Html Css Color HEX #CAD1F9 Lavender Blue

📋 copy color: '#CAD1F9'

red 202 ◦ green 209 ◦ blue 249

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

Shades of Lavender Blue #CAD1F9

Tints of Lavender Blue #CAD1F9

RGB

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

 GREEN value IS 209 (82.03% from 255) = 31.67%

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

R = 30.61%
G = 31.67%
B = 37.73%

CMYK

 C value IS 0.19

 M value IS 0.16

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CAD1F9 (or 0xCAD1F9) is known color: Lavender Blue. HEX triplet: CA, D1 and F9. RGB value is (202,209,249). Sum of RGB (Red+Green+Blue) = 202+209+249=660 (87% of max value = 765). Red value is 202 (79.30% from 255 or 30.61% from 660); Green value is 209 (82.03% from 255 or 31.67% from 660); Blue value is 249 (97.66% from 255 or 37.73% from 660); Max value from RGB is 249 - color contains mainly: blue. Hex color #CAD1F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAD1F9 is #352E06. Grayscale: #D3D3D3. Windows color (decimal): -3485191 or 16372170. OLE color: 16372170.

HSL color Cylindrical-coordinate representation of color #CAD1F9: hue angle of 231.06º 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 #CAD1F9 is Cyan = 0.19, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 202 209 249 -
CMYK 0.19 0.16 0 0.02
HSL 231.06º 0.8% 0.88% -
HSV(B) 231.06º 0.19% 0.98% -
XYZ 64.26 65 98.78 -
YUV 211.47 149.18 121.25 -
System Red Green Blue C M Y K H S L
Decimal 202 209 249 0.19 0.16 0 0.02 231.06 0.8 0.88
Hex CA D1 F9 13 10 0 2 E7 50 58
Octal 312 321 371 23 20 0 2 347 120 130
Binary 11001010 11010001 11111001 10011 10000 0 10 11100111 1010000 1011000

Color Harmonies of #CAD1F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAD1F9

Black with #CAD1F9

Text Example


Text Example

White with #CAD1F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAD1F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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