Html Css Color HEX #CAB7D2 Prelude

📋 copy color: '#CAB7D2'

red 202 ◦ green 183 ◦ blue 210

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

Shades of Prelude #CAB7D2

Tints of Prelude #CAB7D2

RGB

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

 GREEN value IS 183 (71.88% from 255) = 30.76%

 BLUE value IS 210 (82.42% from 255) = 35.29%

R = 33.95%
G = 30.76%
B = 35.29%

CMYK

 C value IS 0.04

 M value IS 0.13

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#CAB7D2 (or 0xCAB7D2) is known color: Prelude. HEX triplet: CA, B7 and D2. RGB value is (202,183,210). Sum of RGB (Red+Green+Blue) = 202+183+210=595 (78% of max value = 765). Red value is 202 (79.30% from 255 or 33.95% from 595); Green value is 183 (71.88% from 255 or 30.76% from 595); Blue value is 210 (82.42% from 255 or 35.29% from 595); Max value from RGB is 210 - color contains mainly: blue. Hex color #CAB7D2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAB7D2 is #35482D. Grayscale: #BFBFBF. Windows color (decimal): -3491886 or 13809610. OLE color: 13809610.

HSL color Cylindrical-coordinate representation of color #CAB7D2: hue angle of 282.22º degrees, saturation: 0.23, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CAB7D2 is Cyan = 0.04, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 202 183 210 -
CMYK 0.04 0.13 0 0.18
HSL 282.22º 0.23% 0.77% -
HSV(B) 282.22º 0.13% 0.82% -
XYZ 52.92 51.08 68.04 -
YUV 191.76 138.29 135.3 -
System Red Green Blue C M Y K H S L
Decimal 202 183 210 0.04 0.13 0 0.18 282.22 0.23 0.77
Hex CA B7 D2 4 D 0 12 11A 17 4D
Octal 312 267 322 4 15 0 22 432 27 115
Binary 11001010 10110111 11010010 100 1101 0 10010 100011010 10111 1001101

Color Harmonies of #CAB7D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB7D2

Black with #CAB7D2

Text Example


Text Example

White with #CAB7D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB7D2; }

 p { color: rgb(202,183,210); }

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

background-color css

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

 a { background-color: rgb(202,183,210); }

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

border-color css

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

 span { border-color: rgb(202,183,210); }

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