Html Css Color HEX #CAB6CF Prelude

📋 copy color: '#CAB6CF'

red 202 ◦ green 182 ◦ blue 207

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

Shades of Prelude #CAB6CF

Tints of Prelude #CAB6CF

RGB

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

 GREEN value IS 182 (71.48% from 255) = 30.8%

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

R = 34.18%
G = 30.8%
B = 35.03%

CMYK

 C value IS 0.02

 M value IS 0.12

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CAB6CF (or 0xCAB6CF) is known color: Prelude. HEX triplet: CA, B6 and CF. RGB value is (202,182,207). Sum of RGB (Red+Green+Blue) = 202+182+207=591 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.18% from 591); Green value is 182 (71.48% from 255 or 30.80% from 591); Blue value is 207 (81.25% from 255 or 35.03% from 591); Max value from RGB is 207 - color contains mainly: blue. Hex color #CAB6CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAB6CF is #354930. Grayscale: #BEBEBE. Windows color (decimal): -3492145 or 13612746. OLE color: 13612746.

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

Color convert

RGB 202 182 207 -
CMYK 0.02 0.12 0 0.19
HSL 288º 0.21% 0.76% -
HSV(B) 288º 0.12% 0.81% -
XYZ 52.35 50.52 66.02 -
YUV 190.83 137.13 135.97 -
System Red Green Blue C M Y K H S L
Decimal 202 182 207 0.02 0.12 0 0.19 288 0.21 0.76
Hex CA B6 CF 2 C 0 13 120 15 4C
Octal 312 266 317 2 14 0 23 440 25 114
Binary 11001010 10110110 11001111 10 1100 0 10011 100100000 10101 1001100

Color Harmonies of #CAB6CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB6CF

Black with #CAB6CF

Text Example


Text Example

White with #CAB6CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB6CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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