Html Css Color HEX #CACBEE Lavender Blue

📋 copy color: '#CACBEE'

red 202 ◦ green 203 ◦ blue 238

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

Shades of Lavender Blue #CACBEE

Tints of Lavender Blue #CACBEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 37.01%

R = 31.42%
G = 31.57%
B = 37.01%

CMYK

 C value IS 0.15

 M value IS 0.15

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CACBEE (or 0xCACBEE) is known color: Lavender Blue. HEX triplet: CA, CB and EE. RGB value is (202,203,238). Sum of RGB (Red+Green+Blue) = 202+203+238=643 (85% of max value = 765). Red value is 202 (79.30% from 255 or 31.42% from 643); Green value is 203 (79.69% from 255 or 31.57% from 643); Blue value is 238 (93.36% from 255 or 37.01% from 643); Max value from RGB is 238 - color contains mainly: blue. Hex color #CACBEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CACBEE is #353411. Grayscale: #CECECE. Windows color (decimal): -3486738 or 15649738. OLE color: 15649738.

HSL color Cylindrical-coordinate representation of color #CACBEE: hue angle of 238.33º degrees, saturation: 0.51, 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 #CACBEE is Cyan = 0.15, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 202 203 238 -
CMYK 0.15 0.15 0 0.07
HSL 238.33º 0.51% 0.86% -
HSV(B) 238.33º 0.15% 0.93% -
XYZ 61.15 61.44 89.53 -
YUV 206.69 145.67 124.65 -
System Red Green Blue C M Y K H S L
Decimal 202 203 238 0.15 0.15 0 0.07 238.33 0.51 0.86
Hex CA CB EE F F 0 7 EE 33 56
Octal 312 313 356 17 17 0 7 356 63 126
Binary 11001010 11001011 11101110 1111 1111 0 111 11101110 110011 1010110

Color Harmonies of #CACBEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CACBEE

Black with #CACBEE

Text Example


Text Example

White with #CACBEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CACBEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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