Html Css Color HEX #CCCEF8 Lavender Blue

📋 copy color: '#CCCEF8'

red 204 ◦ green 206 ◦ blue 248

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

Shades of Lavender Blue #CCCEF8

Tints of Lavender Blue #CCCEF8

RGB

 RED value IS 204 (80.08% from 255) = 31%

 GREEN value IS 206 (80.86% from 255) = 31.31%

 BLUE value IS 248 (97.27% from 255) = 37.69%

R = 31%
G = 31.31%
B = 37.69%

CMYK

 C value IS 0.18

 M value IS 0.17

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#CCCEF8 (or 0xCCCEF8) is known color: Lavender Blue. HEX triplet: CC, CE and F8. RGB value is (204,206,248). Sum of RGB (Red+Green+Blue) = 204+206+248=658 (87% of max value = 765). Red value is 204 (80.08% from 255 or 31.00% from 658); Green value is 206 (80.86% from 255 or 31.31% from 658); Blue value is 248 (97.27% from 255 or 37.69% from 658); Max value from RGB is 248 - color contains mainly: blue. Hex color #CCCEF8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCCEF8 is #333107. Grayscale: #D2D2D2. Windows color (decimal): -3354888 or 16305868. OLE color: 16305868.

HSL color Cylindrical-coordinate representation of color #CCCEF8: hue angle of 237.27º degrees, saturation: 0.76, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CCCEF8 is Cyan = 0.18, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 204 206 248 -
CMYK 0.18 0.17 0 0.03
HSL 237.27º 0.76% 0.89% -
HSV(B) 237.27º 0.18% 0.97% -
XYZ 63.92 63.76 97.74 -
YUV 210.19 149.34 123.58 -
System Red Green Blue C M Y K H S L
Decimal 204 206 248 0.18 0.17 0 0.03 237.27 0.76 0.89
Hex CC CE F8 12 11 0 3 ED 4C 59
Octal 314 316 370 22 21 0 3 355 114 131
Binary 11001100 11001110 11111000 10010 10001 0 11 11101101 1001100 1011001

Color Harmonies of #CCCEF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCCEF8

Black with #CCCEF8

Text Example


Text Example

White with #CCCEF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCCEF8; }

 p { color: rgb(204,206,248); }

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

background-color css

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

 a { background-color: rgb(204,206,248); }

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

border-color css

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

 span { border-color: rgb(204,206,248); }

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