Html Css Color HEX #CED1F3 Lavender Blue

📋 copy color: '#CED1F3'

red 206 ◦ green 209 ◦ blue 243

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

Shades of Lavender Blue #CED1F3

Tints of Lavender Blue #CED1F3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 36.93%

R = 31.31%
G = 31.76%
B = 36.93%

CMYK

 C value IS 0.15

 M value IS 0.14

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#CED1F3 (or 0xCED1F3) is known color: Lavender Blue. HEX triplet: CE, D1 and F3. RGB value is (206,209,243). Sum of RGB (Red+Green+Blue) = 206+209+243=658 (87% of max value = 765). Red value is 206 (80.86% from 255 or 31.31% from 658); Green value is 209 (82.03% from 255 or 31.76% from 658); Blue value is 243 (95.31% from 255 or 36.93% from 658); Max value from RGB is 243 - color contains mainly: blue. Hex color #CED1F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CED1F3 is #312E0C. Grayscale: #D3D3D3. Windows color (decimal): -3223053 or 15978958. OLE color: 15978958.

HSL color Cylindrical-coordinate representation of color #CED1F3: hue angle of 235.14º degrees, saturation: 0.61, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CED1F3 is Cyan = 0.15, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 206 209 243 -
CMYK 0.15 0.14 0 0.05
HSL 235.14º 0.61% 0.88% -
HSV(B) 235.14º 0.15% 0.95% -
XYZ 64.43 65.19 93.98 -
YUV 211.98 145.51 123.74 -
System Red Green Blue C M Y K H S L
Decimal 206 209 243 0.15 0.14 0 0.05 235.14 0.61 0.88
Hex CE D1 F3 F E 0 5 EB 3D 58
Octal 316 321 363 17 16 0 5 353 75 130
Binary 11001110 11010001 11110011 1111 1110 0 101 11101011 111101 1011000

Color Harmonies of #CED1F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED1F3

Black with #CED1F3

Text Example


Text Example

White with #CED1F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED1F3; }

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

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

background-color css

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

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

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

border-color css

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

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

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