Html Css Color HEX #CACBEA Lavender Blue

📋 copy color: '#CACBEA'

red 202 ◦ green 203 ◦ blue 234

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

Shades of Lavender Blue #CACBEA

Tints of Lavender Blue #CACBEA

RGB

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

 GREEN value IS 203 (79.69% from 255) = 31.77%

 BLUE value IS 234 (91.8% from 255) = 36.62%

R = 31.61%
G = 31.77%
B = 36.62%

CMYK

 C value IS 0.14

 M value IS 0.13

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CACBEA (or 0xCACBEA) is known color: Lavender Blue. HEX triplet: CA, CB and EA. RGB value is (202,203,234). Sum of RGB (Red+Green+Blue) = 202+203+234=639 (84% of max value = 765). Red value is 202 (79.30% from 255 or 31.61% from 639); Green value is 203 (79.69% from 255 or 31.77% from 639); Blue value is 234 (91.80% from 255 or 36.62% from 639); Max value from RGB is 234 - color contains mainly: blue. Hex color #CACBEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CACBEA is #353415. Grayscale: #CECECE. Windows color (decimal): -3486742 or 15387594. OLE color: 15387594.

HSL color Cylindrical-coordinate representation of color #CACBEA: hue angle of 238.12º degrees, saturation: 0.43, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CACBEA is Cyan = 0.14, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 202 203 234 -
CMYK 0.14 0.13 0 0.08
HSL 238.13º 0.43% 0.85% -
HSV(B) 238.13º 0.14% 0.92% -
XYZ 60.56 61.21 86.46 -
YUV 206.24 143.67 124.98 -
System Red Green Blue C M Y K H S L
Decimal 202 203 234 0.14 0.13 0 0.08 238.13 0.43 0.85
Hex CA CB EA E D 0 8 EE 2B 55
Octal 312 313 352 16 15 0 10 356 53 125
Binary 11001010 11001011 11101010 1110 1101 0 1000 11101110 101011 1010101

Color Harmonies of #CACBEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CACBEA

Black with #CACBEA

Text Example


Text Example

White with #CACBEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CACBEA; }

 p { color: rgb(202,203,234); }

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

background-color css

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

 a { background-color: rgb(202,203,234); }

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

border-color css

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

 span { border-color: rgb(202,203,234); }

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