Html Css Color HEX #CCCEFF Lavender Blue

📋 copy color: '#CCCEFF'

red 204 ◦ green 206 ◦ blue 255

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

Shades of Lavender Blue #CCCEFF

Tints of Lavender Blue #CCCEFF

RGB

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

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

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

R = 30.68%
G = 30.98%
B = 38.35%

CMYK

 C value IS 0.2

 M value IS 0.19

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#CCCEFF (or 0xCCCEFF) is known color: Lavender Blue. HEX triplet: CC, CE and FF. RGB value is (204,206,255). Sum of RGB (Red+Green+Blue) = 204+206+255=665 (88% of max value = 765). Red value is 204 (80.08% from 255 or 30.68% from 665); Green value is 206 (80.86% from 255 or 30.98% from 665); Blue value is 255 (100% from 255 or 38.35% from 665); Max value from RGB is 255 - color contains mainly: blue. Hex color #CCCEFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCCEFF is #333100. Grayscale: #D2D2D2. Windows color (decimal): -3354881 or 16764620. OLE color: 16764620.

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

Color convert

RGB 204 206 255 -
CMYK 0.2 0.19 0 0
HSL 237.65º 1% 0.9% -
HSV(B) 237.65º 0.2% 1% -
XYZ 65.02 64.2 103.57 -
YUV 210.99 152.84 123.02 -
System Red Green Blue C M Y K H S L
Decimal 204 206 255 0.2 0.19 0 0 237.65 1 0.9
Hex CC CE FF 14 13 0 0 EE 64 5A
Octal 314 316 377 24 23 0 0 356 144 132
Binary 11001100 11001110 11111111 10100 10011 0 0 11101110 1100100 1011010

Color Harmonies of #CCCEFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCCEFF

Black with #CCCEFF

Text Example


Text Example

White with #CCCEFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCCEFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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