Html Css Color HEX #CCCCEE Lavender Blue

📋 copy color: '#CCCCEE'

red 204 ◦ green 204 ◦ blue 238

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

Shades of Lavender Blue #CCCCEE

Tints of Lavender Blue #CCCCEE

RGB

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

 GREEN value IS 204 (80.08% from 255) = 31.58%

 BLUE value IS 238 (93.36% from 255) = 36.84%

R = 31.58%
G = 31.58%
B = 36.84%

CMYK

 C value IS 0.14

 M value IS 0.14

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CCCCEE (or 0xCCCCEE) is known color: Lavender Blue. HEX triplet: CC, CC and EE. RGB value is (204,204,238). Sum of RGB (Red+Green+Blue) = 204+204+238=646 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.58% from 646); Green value is 204 (80.08% from 255 or 31.58% from 646); Blue value is 238 (93.36% from 255 or 36.84% from 646); Max value from RGB is 238 - color contains mainly: blue. Hex color #CCCCEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCCCEE is #333311. Grayscale: #CFCFCF. Windows color (decimal): -3355410 or 15649996. OLE color: 15649996.

HSL color Cylindrical-coordinate representation of color #CCCCEE: hue angle of 240º degrees, saturation: 0.5, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CCCCEE is Cyan = 0.14, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 204 204 238 -
CMYK 0.14 0.14 0 0.07
HSL 240º 0.5% 0.87% -
HSV(B) 240º 0.14% 0.93% -
XYZ 61.93 62.2 89.63 -
YUV 207.88 145 125.24 -
System Red Green Blue C M Y K H S L
Decimal 204 204 238 0.14 0.14 0 0.07 240 0.5 0.87
Hex CC CC EE E E 0 7 F0 32 57
Octal 314 314 356 16 16 0 7 360 62 127
Binary 11001100 11001100 11101110 1110 1110 0 111 11110000 110010 1010111

Color Harmonies of #CCCCEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCCCEE

Black with #CCCCEE

Text Example


Text Example

White with #CCCCEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCCCEE; }

 p { color: rgb(204,204,238); }

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

background-color css

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

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

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

border-color css

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

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

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