Html Css Color HEX #CCCEF5 Lavender Blue

📋 copy color: '#CCCEF5'

red 204 ◦ green 206 ◦ blue 245

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

Shades of Lavender Blue #CCCEF5

Tints of Lavender Blue #CCCEF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 37.4%

R = 31.15%
G = 31.45%
B = 37.4%

CMYK

 C value IS 0.17

 M value IS 0.16

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#CCCEF5 (or 0xCCCEF5) is known color: Lavender Blue. HEX triplet: CC, CE and F5. RGB value is (204,206,245). Sum of RGB (Red+Green+Blue) = 204+206+245=655 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.15% from 655); Green value is 206 (80.86% from 255 or 31.45% from 655); Blue value is 245 (96.09% from 255 or 37.40% from 655); Max value from RGB is 245 - color contains mainly: blue. Hex color #CCCEF5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCCEF5 is #33310A. Grayscale: #D1D1D1. Windows color (decimal): -3354891 or 16109260. OLE color: 16109260.

HSL color Cylindrical-coordinate representation of color #CCCEF5: hue angle of 237.07º degrees, saturation: 0.67, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CCCEF5 is Cyan = 0.17, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 204 206 245 -
CMYK 0.17 0.16 0 0.04
HSL 237.07º 0.67% 0.88% -
HSV(B) 237.07º 0.17% 0.96% -
XYZ 63.45 63.57 95.31 -
YUV 209.85 147.84 123.83 -
System Red Green Blue C M Y K H S L
Decimal 204 206 245 0.17 0.16 0 0.04 237.07 0.67 0.88
Hex CC CE F5 11 10 0 4 ED 43 58
Octal 314 316 365 21 20 0 4 355 103 130
Binary 11001100 11001110 11110101 10001 10000 0 100 11101101 1000011 1011000

Color Harmonies of #CCCEF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCCEF5

Black with #CCCEF5

Text Example


Text Example

White with #CCCEF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCCEF5; }

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

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

background-color css

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

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

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

border-color css

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

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

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