Html Css Color HEX #CED1F4 Lavender Blue

📋 copy color: '#CED1F4'

red 206 ◦ green 209 ◦ blue 244

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

Shades of Lavender Blue #CED1F4

Tints of Lavender Blue #CED1F4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 37.03%

R = 31.26%
G = 31.71%
B = 37.03%

CMYK

 C value IS 0.16

 M value IS 0.14

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#CED1F4 (or 0xCED1F4) is known color: Lavender Blue. HEX triplet: CE, D1 and F4. RGB value is (206,209,244). Sum of RGB (Red+Green+Blue) = 206+209+244=659 (87% of max value = 765). Red value is 206 (80.86% from 255 or 31.26% from 659); Green value is 209 (82.03% from 255 or 31.71% from 659); Blue value is 244 (95.70% from 255 or 37.03% from 659); Max value from RGB is 244 - color contains mainly: blue. Hex color #CED1F4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CED1F4 is #312E0B. Grayscale: #D3D3D3. Windows color (decimal): -3223052 or 16044494. OLE color: 16044494.

HSL color Cylindrical-coordinate representation of color #CED1F4: hue angle of 235.26º degrees, saturation: 0.63, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CED1F4 is Cyan = 0.16, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 206 209 244 -
CMYK 0.16 0.14 0 0.04
HSL 235.26º 0.63% 0.88% -
HSV(B) 235.26º 0.16% 0.96% -
XYZ 64.58 65.25 94.78 -
YUV 212.09 146.01 123.65 -
System Red Green Blue C M Y K H S L
Decimal 206 209 244 0.16 0.14 0 0.04 235.26 0.63 0.88
Hex CE D1 F4 10 E 0 4 EB 3F 58
Octal 316 321 364 20 16 0 4 353 77 130
Binary 11001110 11010001 11110100 10000 1110 0 100 11101011 111111 1011000

Color Harmonies of #CED1F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED1F4

Black with #CED1F4

Text Example


Text Example

White with #CED1F4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED1F4; }

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

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

background-color css

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

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

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

border-color css

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

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

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