Html Css Color HEX #CCCCF5 Lavender Blue

📋 copy color: '#CCCCF5'

red 204 ◦ green 204 ◦ blue 245

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

Shades of Lavender Blue #CCCCF5

Tints of Lavender Blue #CCCCF5

RGB

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

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

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

R = 31.24%
G = 31.24%
B = 37.52%

CMYK

 C value IS 0.17

 M value IS 0.17

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#CCCCF5 (or 0xCCCCF5) is known color: Lavender Blue. HEX triplet: CC, CC and F5. RGB value is (204,204,245). Sum of RGB (Red+Green+Blue) = 204+204+245=653 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.24% from 653); Green value is 204 (80.08% from 255 or 31.24% from 653); Blue value is 245 (96.09% from 255 or 37.52% from 653); Max value from RGB is 245 - color contains mainly: blue. Hex color #CCCCF5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCCCF5 is #33330A. Grayscale: #D0D0D0. Windows color (decimal): -3355403 or 16108748. OLE color: 16108748.

HSL color Cylindrical-coordinate representation of color #CCCCF5: hue angle of 240º 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 #CCCCF5 is Cyan = 0.17, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 204 204 245 -
CMYK 0.17 0.17 0 0.04
HSL 240º 0.67% 0.88% -
HSV(B) 240º 0.17% 0.96% -
XYZ 62.98 62.62 95.15 -
YUV 208.67 148.5 124.67 -
System Red Green Blue C M Y K H S L
Decimal 204 204 245 0.17 0.17 0 0.04 240 0.67 0.88
Hex CC CC F5 11 11 0 4 F0 43 58
Octal 314 314 365 21 21 0 4 360 103 130
Binary 11001100 11001100 11110101 10001 10001 0 100 11110000 1000011 1011000

Color Harmonies of #CCCCF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCCCF5

Black with #CCCCF5

Text Example


Text Example

White with #CCCCF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCCCF5; }

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

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

background-color css

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

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

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

border-color css

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

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

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