Html Css Color HEX #CACEEF Lavender Blue

📋 copy color: '#CACEEF'

red 202 ◦ green 206 ◦ blue 239

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

Shades of Lavender Blue #CACEEF

Tints of Lavender Blue #CACEEF

RGB

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

 GREEN value IS 206 (80.86% from 255) = 31.84%

 BLUE value IS 239 (93.75% from 255) = 36.94%

R = 31.22%
G = 31.84%
B = 36.94%

CMYK

 C value IS 0.15

 M value IS 0.14

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#CACEEF (or 0xCACEEF) is known color: Lavender Blue. HEX triplet: CA, CE and EF. RGB value is (202,206,239). Sum of RGB (Red+Green+Blue) = 202+206+239=647 (85% of max value = 765). Red value is 202 (79.30% from 255 or 31.22% from 647); Green value is 206 (80.86% from 255 or 31.84% from 647); Blue value is 239 (93.75% from 255 or 36.94% from 647); Max value from RGB is 239 - color contains mainly: blue. Hex color #CACEEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CACEEF is #353110. Grayscale: #D0D0D0. Windows color (decimal): -3485969 or 15716042. OLE color: 15716042.

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

Color convert

RGB 202 206 239 -
CMYK 0.15 0.14 0 0.06
HSL 233.51º 0.54% 0.86% -
HSV(B) 233.51º 0.15% 0.94% -
XYZ 62.01 62.93 90.54 -
YUV 208.57 145.17 123.32 -
System Red Green Blue C M Y K H S L
Decimal 202 206 239 0.15 0.14 0 0.06 233.51 0.54 0.86
Hex CA CE EF F E 0 6 EA 36 56
Octal 312 316 357 17 16 0 6 352 66 126
Binary 11001010 11001110 11101111 1111 1110 0 110 11101010 110110 1010110

Color Harmonies of #CACEEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CACEEF

Black with #CACEEF

Text Example


Text Example

White with #CACEEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CACEEF; }

 p { color: rgb(202,206,239); }

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

background-color css

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

 a { background-color: rgb(202,206,239); }

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

border-color css

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

 span { border-color: rgb(202,206,239); }

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