Html Css Color HEX #CACBEB Lavender Blue

📋 copy color: '#CACBEB'

red 202 ◦ green 203 ◦ blue 235

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

Shades of Lavender Blue #CACBEB

Tints of Lavender Blue #CACBEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 36.72%

R = 31.56%
G = 31.72%
B = 36.72%

CMYK

 C value IS 0.14

 M value IS 0.14

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CACBEB (or 0xCACBEB) is known color: Lavender Blue. HEX triplet: CA, CB and EB. RGB value is (202,203,235). Sum of RGB (Red+Green+Blue) = 202+203+235=640 (84% of max value = 765). Red value is 202 (79.30% from 255 or 31.56% from 640); Green value is 203 (79.69% from 255 or 31.72% from 640); Blue value is 235 (92.19% from 255 or 36.72% from 640); Max value from RGB is 235 - color contains mainly: blue. Hex color #CACBEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CACBEB is #353414. Grayscale: #CECECE. Windows color (decimal): -3486741 or 15453130. OLE color: 15453130.

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

Color convert

RGB 202 203 235 -
CMYK 0.14 0.14 0 0.08
HSL 238.18º 0.45% 0.86% -
HSV(B) 238.18º 0.14% 0.92% -
XYZ 60.71 61.27 87.22 -
YUV 206.35 144.17 124.9 -
System Red Green Blue C M Y K H S L
Decimal 202 203 235 0.14 0.14 0 0.08 238.18 0.45 0.86
Hex CA CB EB E E 0 8 EE 2D 56
Octal 312 313 353 16 16 0 10 356 55 126
Binary 11001010 11001011 11101011 1110 1110 0 1000 11101110 101101 1010110

Color Harmonies of #CACBEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CACBEB

Black with #CACBEB

Text Example


Text Example

White with #CACBEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CACBEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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