Html Css Color HEX #CCCCFB Lavender Blue

📋 copy color: '#CCCCFB'

red 204 ◦ green 204 ◦ blue 251

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

Shades of Lavender Blue #CCCCFB

Tints of Lavender Blue #CCCCFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 38.09%

R = 30.96%
G = 30.96%
B = 38.09%

CMYK

 C value IS 0.19

 M value IS 0.19

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CCCCFB (or 0xCCCCFB) is known color: Lavender Blue. HEX triplet: CC, CC and FB. RGB value is (204,204,251). Sum of RGB (Red+Green+Blue) = 204+204+251=659 (87% of max value = 765). Red value is 204 (80.08% from 255 or 30.96% from 659); Green value is 204 (80.08% from 255 or 30.96% from 659); Blue value is 251 (98.44% from 255 or 38.09% from 659); Max value from RGB is 251 - color contains mainly: blue. Hex color #CCCCFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCCCFB is #333304. Grayscale: #D1D1D1. Windows color (decimal): -3355397 or 16501964. OLE color: 16501964.

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

Color convert

RGB 204 204 251 -
CMYK 0.19 0.19 0 0.02
HSL 240º 0.85% 0.89% -
HSV(B) 240º 0.19% 0.98% -
XYZ 63.91 62.99 100.06 -
YUV 209.36 151.5 124.18 -
System Red Green Blue C M Y K H S L
Decimal 204 204 251 0.19 0.19 0 0.02 240 0.85 0.89
Hex CC CC FB 13 13 0 2 F0 55 59
Octal 314 314 373 23 23 0 2 360 125 131
Binary 11001100 11001100 11111011 10011 10011 0 10 11110000 1010101 1011001

Color Harmonies of #CCCCFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCCCFB

Black with #CCCCFB

Text Example


Text Example

White with #CCCCFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCCCFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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