Html Css Color HEX #CAB0D0 Prelude

📋 copy color: '#CAB0D0'

red 202 ◦ green 176 ◦ blue 208

#CAB0D0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Prelude #CAB0D0

Tints of Prelude #CAB0D0

RGB

 RED value IS 202 (79.3% from 255) = 34.47%

 GREEN value IS 176 (69.14% from 255) = 30.03%

 BLUE value IS 208 (81.64% from 255) = 35.49%

R = 34.47%
G = 30.03%
B = 35.49%

CMYK

 C value IS 0.03

 M value IS 0.15

 Y value IS 0

 K value IS 0.18

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CAB0D0 (or 0xCAB0D0) is known color: Prelude. HEX triplet: CA, B0 and D0. RGB value is (202,176,208). Sum of RGB (Red+Green+Blue) = 202+176+208=586 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.47% from 586); Green value is 176 (69.14% from 255 or 30.03% from 586); Blue value is 208 (81.64% from 255 or 35.49% from 586); Max value from RGB is 208 - color contains mainly: blue. Hex color #CAB0D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAB0D0 is #354F2F. Grayscale: #BBBBBB. Windows color (decimal): -3493680 or 13676746. OLE color: 13676746.

HSL color Cylindrical-coordinate representation of color #CAB0D0: hue angle of 288.75º degrees, saturation: 0.25, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CAB0D0 is Cyan = 0.03, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 202 176 208 -
CMYK 0.03 0.15 0 0.18
HSL 288.75º 0.25% 0.75% -
HSV(B) 288.75º 0.15% 0.82% -
XYZ 51.27 48.16 66.27 -
YUV 187.42 139.61 138.4 -
System Red Green Blue C M Y K H S L
Decimal 202 176 208 0.03 0.15 0 0.18 288.75 0.25 0.75
Hex CA B0 D0 3 F 0 12 121 19 4B
Octal 312 260 320 3 17 0 22 441 31 113
Binary 11001010 10110000 11010000 11 1111 0 10010 100100001 11001 1001011

Color Harmonies of #CAB0D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB0D0

Black with #CAB0D0

Text Example


Text Example

White with #CAB0D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB0D0; }

 p { color: rgb(202,176,208); }

 H1.HeaderClassName
 {
   color: #CAB0D0;
 }
 .AnyTagClassName
 {
   color: #CAB0D0;
 }
</style>

background-color css

<style>
 a { background-color: #CAB0D0; }

 a { background-color: rgb(202,176,208); }

 div.DivClassName
 {
   background-color: #CAB0D0;
 }
 .BgClassName
 {
   background-color: #CAB0D0;
 }
</style>

border-color css

<style>
 span { border-color: #CAB0D0; }

 span { border-color: rgb(202,176,208); }

 td.TdClassName
 {
   border-color: #CAB0D0;
 }
 .TagClassName
 {
   border-color: #CAB0D0;
 }
</style>