Html Css Color HEX #CAD2FA Lavender Blue

📋 copy color: '#CAD2FA'

red 202 ◦ green 210 ◦ blue 250

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

Shades of Lavender Blue #CAD2FA

Tints of Lavender Blue #CAD2FA

RGB

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

 GREEN value IS 210 (82.42% from 255) = 31.72%

 BLUE value IS 250 (98.05% from 255) = 37.76%

R = 30.51%
G = 31.72%
B = 37.76%

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

#CAD2FA (or 0xCAD2FA) is known color: Lavender Blue. HEX triplet: CA, D2 and FA. RGB value is (202,210,250). Sum of RGB (Red+Green+Blue) = 202+210+250=662 (87% of max value = 765). Red value is 202 (79.30% from 255 or 30.51% from 662); Green value is 210 (82.42% from 255 or 31.72% from 662); Blue value is 250 (98.05% from 255 or 37.76% from 662); Max value from RGB is 250 - color contains mainly: blue. Hex color #CAD2FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAD2FA is #352D05. Grayscale: #D4D4D4. Windows color (decimal): -3484934 or 16437962. OLE color: 16437962.

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

Color convert

RGB 202 210 250 -
CMYK 0.19 0.16 0 0.02
HSL 230º 0.83% 0.89% -
HSV(B) 230º 0.19% 0.98% -
XYZ 64.66 65.55 99.69 -
YUV 212.17 149.35 120.75 -
System Red Green Blue C M Y K H S L
Decimal 202 210 250 0.19 0.16 0 0.02 230 0.83 0.89
Hex CA D2 FA 13 10 0 2 E6 53 59
Octal 312 322 372 23 20 0 2 346 123 131
Binary 11001010 11010010 11111010 10011 10000 0 10 11100110 1010011 1011001

Color Harmonies of #CAD2FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAD2FA

Black with #CAD2FA

Text Example


Text Example

White with #CAD2FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAD2FA; }

 p { color: rgb(202,210,250); }

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

background-color css

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

 a { background-color: rgb(202,210,250); }

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

border-color css

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

 span { border-color: rgb(202,210,250); }

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