Html Css Color HEX #CED6FC Lavender Blue

📋 copy color: '#CED6FC'

red 206 ◦ green 214 ◦ blue 252

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

Shades of Lavender Blue #CED6FC

Tints of Lavender Blue #CED6FC

RGB

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

 GREEN value IS 214 (83.98% from 255) = 31.85%

 BLUE value IS 252 (98.83% from 255) = 37.5%

R = 30.65%
G = 31.85%
B = 37.5%

CMYK

 C value IS 0.18

 M value IS 0.15

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#CED6FC (or 0xCED6FC) is known color: Lavender Blue. HEX triplet: CE, D6 and FC. RGB value is (206,214,252). Sum of RGB (Red+Green+Blue) = 206+214+252=672 (89% of max value = 765). Red value is 206 (80.86% from 255 or 30.65% from 672); Green value is 214 (83.98% from 255 or 31.85% from 672); Blue value is 252 (98.83% from 255 or 37.5% from 672); Max value from RGB is 252 - color contains mainly: blue. Hex color #CED6FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CED6FC is #312903. Grayscale: #D7D7D7. Windows color (decimal): -3221764 or 16570062. OLE color: 16570062.

HSL color Cylindrical-coordinate representation of color #CED6FC: hue angle of 229.57º degrees, saturation: 0.88, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CED6FC is Cyan = 0.18, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 206 214 252 -
CMYK 0.18 0.15 0 0.01
HSL 229.57º 0.88% 0.9% -
HSV(B) 229.57º 0.18% 0.99% -
XYZ 67.07 68.24 101.73 -
YUV 215.94 148.35 120.91 -
System Red Green Blue C M Y K H S L
Decimal 206 214 252 0.18 0.15 0 0.01 229.57 0.88 0.9
Hex CE D6 FC 12 F 0 1 E6 58 5A
Octal 316 326 374 22 17 0 1 346 130 132
Binary 11001110 11010110 11111100 10010 1111 0 1 11100110 1011000 1011010

Color Harmonies of #CED6FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED6FC

Black with #CED6FC

Text Example


Text Example

White with #CED6FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED6FC; }

 p { color: rgb(206,214,252); }

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

background-color css

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

 a { background-color: rgb(206,214,252); }

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

border-color css

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

 span { border-color: rgb(206,214,252); }

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