Html Css Color HEX #CACCED Lavender Blue

📋 copy color: '#CACCED'

red 202 ◦ green 204 ◦ blue 237

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

Shades of Lavender Blue #CACCED

Tints of Lavender Blue #CACCED

RGB

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

 GREEN value IS 204 (80.08% from 255) = 31.73%

 BLUE value IS 237 (92.97% from 255) = 36.86%

R = 31.42%
G = 31.73%
B = 36.86%

CMYK

 C value IS 0.15

 M value IS 0.14

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CACCED (or 0xCACCED) is known color: Lavender Blue. HEX triplet: CA, CC and ED. RGB value is (202,204,237). Sum of RGB (Red+Green+Blue) = 202+204+237=643 (85% of max value = 765). Red value is 202 (79.30% from 255 or 31.42% from 643); Green value is 204 (80.08% from 255 or 31.73% from 643); Blue value is 237 (92.97% from 255 or 36.86% from 643); Max value from RGB is 237 - color contains mainly: blue. Hex color #CACCED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CACCED is #353312. Grayscale: #CFCFCF. Windows color (decimal): -3486483 or 15584458. OLE color: 15584458.

HSL color Cylindrical-coordinate representation of color #CACCED: hue angle of 236.57º degrees, saturation: 0.49, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CACCED is Cyan = 0.15, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 202 204 237 -
CMYK 0.15 0.14 0 0.07
HSL 236.57º 0.49% 0.86% -
HSV(B) 236.57º 0.15% 0.93% -
XYZ 61.24 61.86 88.83 -
YUV 207.16 144.84 124.32 -
System Red Green Blue C M Y K H S L
Decimal 202 204 237 0.15 0.14 0 0.07 236.57 0.49 0.86
Hex CA CC ED F E 0 7 ED 31 56
Octal 312 314 355 17 16 0 7 355 61 126
Binary 11001010 11001100 11101101 1111 1110 0 111 11101101 110001 1010110

Color Harmonies of #CACCED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CACCED

Black with #CACCED

Text Example


Text Example

White with #CACCED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CACCED; }

 p { color: rgb(202,204,237); }

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

background-color css

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

 a { background-color: rgb(202,204,237); }

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

border-color css

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

 span { border-color: rgb(202,204,237); }

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