Html Css Color HEX #CED6FE Lavender Blue

📋 copy color: '#CED6FE'

red 206 ◦ green 214 ◦ blue 254

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

Shades of Lavender Blue #CED6FE

Tints of Lavender Blue #CED6FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 37.69%

R = 30.56%
G = 31.75%
B = 37.69%

CMYK

 C value IS 0.19

 M value IS 0.16

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#CED6FE (or 0xCED6FE) is known color: Lavender Blue. HEX triplet: CE, D6 and FE. RGB value is (206,214,254). Sum of RGB (Red+Green+Blue) = 206+214+254=674 (89% of max value = 765). Red value is 206 (80.86% from 255 or 30.56% from 674); Green value is 214 (83.98% from 255 or 31.75% from 674); Blue value is 254 (99.61% from 255 or 37.69% from 674); Max value from RGB is 254 - color contains mainly: blue. Hex color #CED6FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CED6FE is #312901. Grayscale: #D8D8D8. Windows color (decimal): -3221762 or 16701134. OLE color: 16701134.

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

Color convert

RGB 206 214 254 -
CMYK 0.19 0.16 0 0.00
HSL 230º 0.96% 0.9% -
HSV(B) 230º 0.19% 1% -
XYZ 67.39 68.37 103.41 -
YUV 216.17 149.35 120.75 -
System Red Green Blue C M Y K H S L
Decimal 206 214 254 0.19 0.16 0 0.00 230 0.96 0.9
Hex CE D6 FE 13 10 0 0 E6 60 5A
Octal 316 326 376 23 20 0 0 346 140 132
Binary 11001110 11010110 11111110 10011 10000 0 0 11100110 1100000 1011010

Color Harmonies of #CED6FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED6FE

Black with #CED6FE

Text Example


Text Example

White with #CED6FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED6FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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