Html Css Color HEX #CED2F9 Lavender Blue

📋 copy color: '#CED2F9'

red 206 ◦ green 210 ◦ blue 249

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

Shades of Lavender Blue #CED2F9

Tints of Lavender Blue #CED2F9

RGB

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

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

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

R = 30.98%
G = 31.58%
B = 37.44%

CMYK

 C value IS 0.17

 M value IS 0.16

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CED2F9 (or 0xCED2F9) is known color: Lavender Blue. HEX triplet: CE, D2 and F9. RGB value is (206,210,249). Sum of RGB (Red+Green+Blue) = 206+210+249=665 (88% of max value = 765). Red value is 206 (80.86% from 255 or 30.98% from 665); Green value is 210 (82.42% from 255 or 31.58% from 665); Blue value is 249 (97.66% from 255 or 37.44% from 665); Max value from RGB is 249 - color contains mainly: blue. Hex color #CED2F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CED2F9 is #312D06. Grayscale: #D5D5D5. Windows color (decimal): -3222791 or 16372430. OLE color: 16372430.

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

Color convert

RGB 206 210 249 -
CMYK 0.17 0.16 0 0.02
HSL 234.42º 0.78% 0.89% -
HSV(B) 234.42º 0.17% 0.98% -
XYZ 65.6 66.05 98.91 -
YUV 213.25 148.17 122.83 -
System Red Green Blue C M Y K H S L
Decimal 206 210 249 0.17 0.16 0 0.02 234.42 0.78 0.89
Hex CE D2 F9 11 10 0 2 EA 4E 59
Octal 316 322 371 21 20 0 2 352 116 131
Binary 11001110 11010010 11111001 10001 10000 0 10 11101010 1001110 1011001

Color Harmonies of #CED2F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED2F9

Black with #CED2F9

Text Example


Text Example

White with #CED2F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED2F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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