Html Css Color HEX #CAB4DC Prelude

📋 copy color: '#CAB4DC'

red 202 ◦ green 180 ◦ blue 220

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

Shades of Prelude #CAB4DC

Tints of Prelude #CAB4DC

RGB

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

 GREEN value IS 180 (70.7% from 255) = 29.9%

 BLUE value IS 220 (86.33% from 255) = 36.54%

R = 33.55%
G = 29.9%
B = 36.54%

CMYK

 C value IS 0.08

 M value IS 0.18

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CAB4DC (or 0xCAB4DC) is known color: Prelude. HEX triplet: CA, B4 and DC. RGB value is (202,180,220). Sum of RGB (Red+Green+Blue) = 202+180+220=602 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.55% from 602); Green value is 180 (70.70% from 255 or 29.90% from 602); Blue value is 220 (86.33% from 255 or 36.54% from 602); Max value from RGB is 220 - color contains mainly: blue. Hex color #CAB4DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAB4DC is #354B23. Grayscale: #BEBEBE. Windows color (decimal): -3492644 or 14464202. OLE color: 14464202.

HSL color Cylindrical-coordinate representation of color #CAB4DC: hue angle of 273º degrees, saturation: 0.36, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CAB4DC is Cyan = 0.08, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 202 180 220 -
CMYK 0.08 0.18 0 0.14
HSL 273º 0.36% 0.78% -
HSV(B) 273º 0.18% 0.86% -
XYZ 53.6 50.37 74.61 -
YUV 191.14 144.29 135.75 -
System Red Green Blue C M Y K H S L
Decimal 202 180 220 0.08 0.18 0 0.14 273 0.36 0.78
Hex CA B4 DC 8 12 0 E 111 24 4E
Octal 312 264 334 10 22 0 16 421 44 116
Binary 11001010 10110100 11011100 1000 10010 0 1110 100010001 100100 1001110

Color Harmonies of #CAB4DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB4DC

Black with #CAB4DC

Text Example


Text Example

White with #CAB4DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB4DC; }

 p { color: rgb(202,180,220); }

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

background-color css

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

 a { background-color: rgb(202,180,220); }

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

border-color css

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

 span { border-color: rgb(202,180,220); }

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