Html Css Color HEX #CCCCFC Lavender Blue

📋 copy color: '#CCCCFC'

red 204 ◦ green 204 ◦ blue 252

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

Shades of Lavender Blue #CCCCFC

Tints of Lavender Blue #CCCCFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 38.18%

R = 30.91%
G = 30.91%
B = 38.18%

CMYK

 C value IS 0.19

 M value IS 0.19

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#CCCCFC (or 0xCCCCFC) is known color: Lavender Blue. HEX triplet: CC, CC and FC. RGB value is (204,204,252). Sum of RGB (Red+Green+Blue) = 204+204+252=660 (87% of max value = 765). Red value is 204 (80.08% from 255 or 30.91% from 660); Green value is 204 (80.08% from 255 or 30.91% from 660); Blue value is 252 (98.83% from 255 or 38.18% from 660); Max value from RGB is 252 - color contains mainly: blue. Hex color #CCCCFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCCCFC is #333303. Grayscale: #D1D1D1. Windows color (decimal): -3355396 or 16567500. OLE color: 16567500.

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

Color convert

RGB 204 204 252 -
CMYK 0.19 0.19 0 0.01
HSL 240º 0.89% 0.89% -
HSV(B) 240º 0.19% 0.99% -
XYZ 64.07 63.05 100.89 -
YUV 209.47 152 124.1 -
System Red Green Blue C M Y K H S L
Decimal 204 204 252 0.19 0.19 0 0.01 240 0.89 0.89
Hex CC CC FC 13 13 0 1 F0 59 59
Octal 314 314 374 23 23 0 1 360 131 131
Binary 11001100 11001100 11111100 10011 10011 0 1 11110000 1011001 1011001

Color Harmonies of #CCCCFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCCCFC

Black with #CCCCFC

Text Example


Text Example

White with #CCCCFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCCCFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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