Html Css Color HEX #CED0F9 Lavender Blue

📋 copy color: '#CED0F9'

red 206 ◦ green 208 ◦ blue 249

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

Shades of Lavender Blue #CED0F9

Tints of Lavender Blue #CED0F9

RGB

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

 GREEN value IS 208 (81.64% from 255) = 31.37%

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

R = 31.07%
G = 31.37%
B = 37.56%

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

#CED0F9 (or 0xCED0F9) is known color: Lavender Blue. HEX triplet: CE, D0 and F9. RGB value is (206,208,249). Sum of RGB (Red+Green+Blue) = 206+208+249=663 (87% of max value = 765). Red value is 206 (80.86% from 255 or 31.07% from 663); Green value is 208 (81.64% from 255 or 31.37% from 663); Blue value is 249 (97.66% from 255 or 37.56% from 663); Max value from RGB is 249 - color contains mainly: blue. Hex color #CED0F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CED0F9 is #312F06. Grayscale: #D3D3D3. Windows color (decimal): -3223303 or 16371918. OLE color: 16371918.

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

Color convert

RGB 206 208 249 -
CMYK 0.17 0.16 0 0.02
HSL 237.21º 0.78% 0.89% -
HSV(B) 237.21º 0.17% 0.98% -
XYZ 65.11 65.07 98.75 -
YUV 212.08 148.84 123.67 -
System Red Green Blue C M Y K H S L
Decimal 206 208 249 0.17 0.16 0 0.02 237.21 0.78 0.89
Hex CE D0 F9 11 10 0 2 ED 4E 59
Octal 316 320 371 21 20 0 2 355 116 131
Binary 11001110 11010000 11111001 10001 10000 0 10 11101101 1001110 1011001

Color Harmonies of #CED0F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED0F9

Black with #CED0F9

Text Example


Text Example

White with #CED0F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED0F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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