Html Css Color HEX #CED6FD Lavender Blue

📋 copy color: '#CED6FD'

red 206 ◦ green 214 ◦ blue 253

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

Shades of Lavender Blue #CED6FD

Tints of Lavender Blue #CED6FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 37.59%

R = 30.61%
G = 31.8%
B = 37.59%

CMYK

 C value IS 0.19

 M value IS 0.15

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#CED6FD (or 0xCED6FD) is known color: Lavender Blue. HEX triplet: CE, D6 and FD. RGB value is (206,214,253). Sum of RGB (Red+Green+Blue) = 206+214+253=673 (89% of max value = 765). Red value is 206 (80.86% from 255 or 30.61% from 673); Green value is 214 (83.98% from 255 or 31.80% from 673); Blue value is 253 (99.22% from 255 or 37.59% from 673); Max value from RGB is 253 - color contains mainly: blue. Hex color #CED6FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CED6FD is #312902. Grayscale: #D7D7D7. Windows color (decimal): -3221763 or 16635598. OLE color: 16635598.

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

Color convert

RGB 206 214 253 -
CMYK 0.19 0.15 0 0.01
HSL 229.79º 0.92% 0.9% -
HSV(B) 229.79º 0.19% 0.99% -
XYZ 67.23 68.31 102.57 -
YUV 216.05 148.85 120.83 -
System Red Green Blue C M Y K H S L
Decimal 206 214 253 0.19 0.15 0 0.01 229.79 0.92 0.9
Hex CE D6 FD 13 F 0 1 E6 5C 5A
Octal 316 326 375 23 17 0 1 346 134 132
Binary 11001110 11010110 11111101 10011 1111 0 1 11100110 1011100 1011010

Color Harmonies of #CED6FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED6FD

Black with #CED6FD

Text Example


Text Example

White with #CED6FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED6FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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