Html Css Color HEX #CED2FA Lavender Blue

📋 copy color: '#CED2FA'

red 206 ◦ green 210 ◦ blue 250

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

Shades of Lavender Blue #CED2FA

Tints of Lavender Blue #CED2FA

RGB

 RED value IS 206 (80.86% from 255) = 30.93%

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

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

R = 30.93%
G = 31.53%
B = 37.54%

CMYK

 C value IS 0.18

 M value IS 0.16

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CED2FA (or 0xCED2FA) is known color: Lavender Blue. HEX triplet: CE, D2 and FA. RGB value is (206,210,250). Sum of RGB (Red+Green+Blue) = 206+210+250=666 (88% of max value = 765). Red value is 206 (80.86% from 255 or 30.93% from 666); Green value is 210 (82.42% from 255 or 31.53% from 666); Blue value is 250 (98.05% from 255 or 37.54% from 666); Max value from RGB is 250 - color contains mainly: blue. Hex color #CED2FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CED2FA is #312D05. Grayscale: #D5D5D5. Windows color (decimal): -3222790 or 16437966. OLE color: 16437966.

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

Color convert

RGB 206 210 250 -
CMYK 0.18 0.16 0 0.02
HSL 234.55º 0.81% 0.89% -
HSV(B) 234.55º 0.18% 0.98% -
XYZ 65.76 66.12 99.74 -
YUV 213.36 148.67 122.75 -
System Red Green Blue C M Y K H S L
Decimal 206 210 250 0.18 0.16 0 0.02 234.55 0.81 0.89
Hex CE D2 FA 12 10 0 2 EB 51 59
Octal 316 322 372 22 20 0 2 353 121 131
Binary 11001110 11010010 11111010 10010 10000 0 10 11101011 1010001 1011001

Color Harmonies of #CED2FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED2FA

Black with #CED2FA

Text Example


Text Example

White with #CED2FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED2FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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