Html Css Color HEX #CED6FF Lavender Blue

📋 copy color: '#CED6FF'

red 206 ◦ green 214 ◦ blue 255

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

Shades of Lavender Blue #CED6FF

Tints of Lavender Blue #CED6FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 37.78%

R = 30.52%
G = 31.7%
B = 37.78%

CMYK

 C value IS 0.19

 M value IS 0.16

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#CED6FF (or 0xCED6FF) is known color: Lavender Blue. HEX triplet: CE, D6 and FF. RGB value is (206,214,255). Sum of RGB (Red+Green+Blue) = 206+214+255=675 (89% of max value = 765). Red value is 206 (80.86% from 255 or 30.52% from 675); Green value is 214 (83.98% from 255 or 31.70% from 675); Blue value is 255 (100% from 255 or 37.78% from 675); Max value from RGB is 255 - color contains mainly: blue. Hex color #CED6FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CED6FF is #312900. Grayscale: #D8D8D8. Windows color (decimal): -3221761 or 16766670. OLE color: 16766670.

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

Color convert

RGB 206 214 255 -
CMYK 0.19 0.16 0 0
HSL 230.2º 1% 0.9% -
HSV(B) 230.2º 0.19% 1% -
XYZ 67.55 68.43 104.26 -
YUV 216.28 149.85 120.67 -
System Red Green Blue C M Y K H S L
Decimal 206 214 255 0.19 0.16 0 0 230.2 1 0.9
Hex CE D6 FF 13 10 0 0 E6 64 5A
Octal 316 326 377 23 20 0 0 346 144 132
Binary 11001110 11010110 11111111 10011 10000 0 0 11100110 1100100 1011010

Color Harmonies of #CED6FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED6FF

Black with #CED6FF

Text Example


Text Example

White with #CED6FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED6FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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