Html Css Color HEX #CED1F9 Lavender Blue

📋 copy color: '#CED1F9'

red 206 ◦ green 209 ◦ blue 249

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

Shades of Lavender Blue #CED1F9

Tints of Lavender Blue #CED1F9

RGB

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

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

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

R = 31.02%
G = 31.48%
B = 37.5%

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

#CED1F9 (or 0xCED1F9) is known color: Lavender Blue. HEX triplet: CE, D1 and F9. RGB value is (206,209,249). Sum of RGB (Red+Green+Blue) = 206+209+249=664 (87% of max value = 765). Red value is 206 (80.86% from 255 or 31.02% from 664); Green value is 209 (82.03% from 255 or 31.48% from 664); Blue value is 249 (97.66% from 255 or 37.5% from 664); Max value from RGB is 249 - color contains mainly: blue. Hex color #CED1F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CED1F9 is #312E06. Grayscale: #D4D4D4. Windows color (decimal): -3223047 or 16372174. OLE color: 16372174.

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

Color convert

RGB 206 209 249 -
CMYK 0.17 0.16 0 0.02
HSL 235.81º 0.78% 0.89% -
HSV(B) 235.81º 0.17% 0.98% -
XYZ 65.35 65.56 98.83 -
YUV 212.66 148.51 123.25 -
System Red Green Blue C M Y K H S L
Decimal 206 209 249 0.17 0.16 0 0.02 235.81 0.78 0.89
Hex CE D1 F9 11 10 0 2 EC 4E 59
Octal 316 321 371 21 20 0 2 354 116 131
Binary 11001110 11010001 11111001 10001 10000 0 10 11101100 1001110 1011001

Color Harmonies of #CED1F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED1F9

Black with #CED1F9

Text Example


Text Example

White with #CED1F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED1F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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