Html Css Color HEX #CACDF9 Lavender Blue

📋 copy color: '#CACDF9'

red 202 ◦ green 205 ◦ blue 249

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

Shades of Lavender Blue #CACDF9

Tints of Lavender Blue #CACDF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 37.96%

R = 30.79%
G = 31.25%
B = 37.96%

CMYK

 C value IS 0.19

 M value IS 0.18

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CACDF9 (or 0xCACDF9) is known color: Lavender Blue. HEX triplet: CA, CD and F9. RGB value is (202,205,249). Sum of RGB (Red+Green+Blue) = 202+205+249=656 (86% of max value = 765). Red value is 202 (79.30% from 255 or 30.79% from 656); Green value is 205 (80.47% from 255 or 31.25% from 656); Blue value is 249 (97.66% from 255 or 37.96% from 656); Max value from RGB is 249 - color contains mainly: blue. Hex color #CACDF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CACDF9 is #353206. Grayscale: #D0D0D0. Windows color (decimal): -3486215 or 16371146. OLE color: 16371146.

HSL color Cylindrical-coordinate representation of color #CACDF9: hue angle of 236.17º degrees, saturation: 0.8, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CACDF9 is Cyan = 0.19, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 202 205 249 -
CMYK 0.19 0.18 0 0.02
HSL 236.17º 0.8% 0.88% -
HSV(B) 236.17º 0.19% 0.98% -
XYZ 63.29 63.06 98.46 -
YUV 209.12 150.51 122.92 -
System Red Green Blue C M Y K H S L
Decimal 202 205 249 0.19 0.18 0 0.02 236.17 0.8 0.88
Hex CA CD F9 13 12 0 2 EC 50 58
Octal 312 315 371 23 22 0 2 354 120 130
Binary 11001010 11001101 11111001 10011 10010 0 10 11101100 1010000 1011000

Color Harmonies of #CACDF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CACDF9

Black with #CACDF9

Text Example


Text Example

White with #CACDF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CACDF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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