Html Css Color HEX #CCCCEB Lavender Blue

📋 copy color: '#CCCCEB'

red 204 ◦ green 204 ◦ blue 235

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

Shades of Lavender Blue #CCCCEB

Tints of Lavender Blue #CCCCEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 36.55%

R = 31.73%
G = 31.73%
B = 36.55%

CMYK

 C value IS 0.13

 M value IS 0.13

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CCCCEB (or 0xCCCCEB) is known color: Lavender Blue. HEX triplet: CC, CC and EB. RGB value is (204,204,235). Sum of RGB (Red+Green+Blue) = 204+204+235=643 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.73% from 643); Green value is 204 (80.08% from 255 or 31.73% from 643); Blue value is 235 (92.19% from 255 or 36.55% from 643); Max value from RGB is 235 - color contains mainly: blue. Hex color #CCCCEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCCCEB is #333314. Grayscale: #CFCFCF. Windows color (decimal): -3355413 or 15453388. OLE color: 15453388.

HSL color Cylindrical-coordinate representation of color #CCCCEB: hue angle of 240º degrees, saturation: 0.44, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CCCCEB is Cyan = 0.13, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 204 204 235 -
CMYK 0.13 0.13 0 0.08
HSL 240º 0.44% 0.86% -
HSV(B) 240º 0.13% 0.92% -
XYZ 61.49 62.02 87.33 -
YUV 207.53 143.5 125.48 -
System Red Green Blue C M Y K H S L
Decimal 204 204 235 0.13 0.13 0 0.08 240 0.44 0.86
Hex CC CC EB D D 0 8 F0 2C 56
Octal 314 314 353 15 15 0 10 360 54 126
Binary 11001100 11001100 11101011 1101 1101 0 1000 11110000 101100 1010110

Color Harmonies of #CCCCEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCCCEB

Black with #CCCCEB

Text Example


Text Example

White with #CCCCEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCCCEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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