#CACBED

Color #CACBED Lavender Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lavender Blue #CACBED

Tints of Lavender Blue #CACBED

Color information

#CACBED (or 0xCACBED) is unknown color: approx Lavender Blue. HEX triplet: CA, CB and ED. RGB value is (202,203,237). Sum of RGB (Red+Green+Blue) = 202+203+237=642 (85% of max value = 765). Red value is 202 (79.30% from 255 or 31.46% from 642); Green value is 203 (79.69% from 255 or 31.62% from 642); Blue value is 237 (92.97% from 255 or 36.92% from 642); Max value from RGB is 237 - color contains mainly: blue. Hex color #CACBED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CACBED is #353412. Grayscale: #CECECE. Windows color (decimal): -3486739 or 15584202. OLE color: 15584202.

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

Color convert

RGB202203237-
CMYK0.150.1400.07
HSL238.29º49.3%86.08%-
HSV(B)238.29º14.77%92.94%-
XYZ6161.3888.75-
YUV206.58145.17124.74-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.46%
GREEN value IS 203 (79.69% from 255) = 31.62%
BLUE value IS 237 (92.97% from 255) = 36.92%
R=31.46%
G=31.62%
B=36.92%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2022032370.150.1400.07238.2949.386.08
HexCACBEDFE07ee3156
Octal31231335517160735661126
Binary110010101100101111101101111111100111111011101100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CACBED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CACBED; }

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

 H1.HeaderClassName
 {
   color: #CACBED;
 }
 .AnyTagClassName
 {
   color: #CACBED;
 }
</style>
background-color css

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

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

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

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

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

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