Html Css Color HEX #CACDFB Lavender Blue

📋 copy color: '#CACDFB'

red 202 ◦ green 205 ◦ blue 251

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

Shades of Lavender Blue #CACDFB

Tints of Lavender Blue #CACDFB

RGB

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

 GREEN value IS 205 (80.47% from 255) = 31.16%

 BLUE value IS 251 (98.44% from 255) = 38.15%

R = 30.7%
G = 31.16%
B = 38.15%

CMYK

 C value IS 0.20

 M value IS 0.18

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CACDFB (or 0xCACDFB) is known color: Lavender Blue. HEX triplet: CA, CD and FB. RGB value is (202,205,251). Sum of RGB (Red+Green+Blue) = 202+205+251=658 (87% of max value = 765). Red value is 202 (79.30% from 255 or 30.70% from 658); Green value is 205 (80.47% from 255 or 31.16% from 658); Blue value is 251 (98.44% from 255 or 38.15% from 658); Max value from RGB is 251 - color contains mainly: blue. Hex color #CACDFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CACDFB is #353204. Grayscale: #D1D1D1. Windows color (decimal): -3486213 or 16502218. OLE color: 16502218.

HSL color Cylindrical-coordinate representation of color #CACDFB: hue angle of 236.33º degrees, saturation: 0.86, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CACDFB is Cyan = 0.20, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 202 205 251 -
CMYK 0.20 0.18 0 0.02
HSL 236.33º 0.86% 0.89% -
HSV(B) 236.33º 0.2% 0.98% -
XYZ 63.6 63.18 100.11 -
YUV 209.35 151.51 122.76 -
System Red Green Blue C M Y K H S L
Decimal 202 205 251 0.20 0.18 0 0.02 236.33 0.86 0.89
Hex CA CD FB 14 12 0 2 EC 56 59
Octal 312 315 373 24 22 0 2 354 126 131
Binary 11001010 11001101 11111011 10100 10010 0 10 11101100 1010110 1011001

Color Harmonies of #CACDFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CACDFB

Black with #CACDFB

Text Example


Text Example

White with #CACDFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CACDFB; }

 p { color: rgb(202,205,251); }

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

background-color css

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

 a { background-color: rgb(202,205,251); }

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

border-color css

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

 span { border-color: rgb(202,205,251); }

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