Html Css Color HEX #CECFFD Lavender Blue

📋 copy color: '#CECFFD'

red 206 ◦ green 207 ◦ blue 253

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

Shades of Lavender Blue #CECFFD

Tints of Lavender Blue #CECFFD

RGB

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

 GREEN value IS 207 (81.25% from 255) = 31.08%

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

R = 30.93%
G = 31.08%
B = 37.99%

CMYK

 C value IS 0.19

 M value IS 0.18

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#CECFFD (or 0xCECFFD) is known color: Lavender Blue. HEX triplet: CE, CF and FD. RGB value is (206,207,253). Sum of RGB (Red+Green+Blue) = 206+207+253=666 (88% of max value = 765). Red value is 206 (80.86% from 255 or 30.93% from 666); Green value is 207 (81.25% from 255 or 31.08% from 666); Blue value is 253 (99.22% from 255 or 37.99% from 666); Max value from RGB is 253 - color contains mainly: blue. Hex color #CECFFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CECFFD is #313002. Grayscale: #D3D3D3. Windows color (decimal): -3223555 or 16633806. OLE color: 16633806.

HSL color Cylindrical-coordinate representation of color #CECFFD: hue angle of 238.72º 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 #CECFFD is Cyan = 0.19, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 206 207 253 -
CMYK 0.19 0.18 0 0.01
HSL 238.72º 0.92% 0.9% -
HSV(B) 238.72º 0.19% 0.99% -
XYZ 65.5 64.84 101.99 -
YUV 211.95 151.17 123.76 -
System Red Green Blue C M Y K H S L
Decimal 206 207 253 0.19 0.18 0 0.01 238.72 0.92 0.9
Hex CE CF FD 13 12 0 1 EF 5C 5A
Octal 316 317 375 23 22 0 1 357 134 132
Binary 11001110 11001111 11111101 10011 10010 0 1 11101111 1011100 1011010

Color Harmonies of #CECFFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CECFFD

Black with #CECFFD

Text Example


Text Example

White with #CECFFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CECFFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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