Html Css Color HEX #CAB5CF Prelude

📋 copy color: '#CAB5CF'

red 202 ◦ green 181 ◦ blue 207

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

Shades of Prelude #CAB5CF

Tints of Prelude #CAB5CF

RGB

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

 GREEN value IS 181 (71.09% from 255) = 30.68%

 BLUE value IS 207 (81.25% from 255) = 35.08%

R = 34.24%
G = 30.68%
B = 35.08%

CMYK

 C value IS 0.02

 M value IS 0.13

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CAB5CF (or 0xCAB5CF) is known color: Prelude. HEX triplet: CA, B5 and CF. RGB value is (202,181,207). Sum of RGB (Red+Green+Blue) = 202+181+207=590 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.24% from 590); Green value is 181 (71.09% from 255 or 30.68% from 590); Blue value is 207 (81.25% from 255 or 35.08% from 590); Max value from RGB is 207 - color contains mainly: blue. Hex color #CAB5CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAB5CF is #354A30. Grayscale: #BEBEBE. Windows color (decimal): -3492401 or 13612490. OLE color: 13612490.

HSL color Cylindrical-coordinate representation of color #CAB5CF: hue angle of 288.46º degrees, saturation: 0.21, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CAB5CF is Cyan = 0.02, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 202 181 207 -
CMYK 0.02 0.13 0 0.19
HSL 288.46º 0.21% 0.76% -
HSV(B) 288.46º 0.13% 0.81% -
XYZ 52.14 50.11 65.96 -
YUV 190.24 137.46 136.39 -
System Red Green Blue C M Y K H S L
Decimal 202 181 207 0.02 0.13 0 0.19 288.46 0.21 0.76
Hex CA B5 CF 2 D 0 13 120 15 4C
Octal 312 265 317 2 15 0 23 440 25 114
Binary 11001010 10110101 11001111 10 1101 0 10011 100100000 10101 1001100

Color Harmonies of #CAB5CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB5CF

Black with #CAB5CF

Text Example


Text Example

White with #CAB5CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB5CF; }

 p { color: rgb(202,181,207); }

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

background-color css

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

 a { background-color: rgb(202,181,207); }

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

border-color css

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

 span { border-color: rgb(202,181,207); }

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