Html Css Color HEX #CCCCF0 Lavender Blue

📋 copy color: '#CCCCF0'

red 204 ◦ green 204 ◦ blue 240

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

Shades of Lavender Blue #CCCCF0

Tints of Lavender Blue #CCCCF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 37.04%

R = 31.48%
G = 31.48%
B = 37.04%

CMYK

 C value IS 0.15

 M value IS 0.15

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#CCCCF0 (or 0xCCCCF0) is known color: Lavender Blue. HEX triplet: CC, CC and F0. RGB value is (204,204,240). Sum of RGB (Red+Green+Blue) = 204+204+240=648 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.48% from 648); Green value is 204 (80.08% from 255 or 31.48% from 648); Blue value is 240 (94.14% from 255 or 37.04% from 648); Max value from RGB is 240 - color contains mainly: blue. Hex color #CCCCF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCCCF0 is #33330F. Grayscale: #CFCFCF. Windows color (decimal): -3355408 or 15781068. OLE color: 15781068.

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

Color convert

RGB 204 204 240 -
CMYK 0.15 0.15 0 0.06
HSL 240º 0.55% 0.87% -
HSV(B) 240º 0.15% 0.94% -
XYZ 62.22 62.31 91.19 -
YUV 208.1 146 125.07 -
System Red Green Blue C M Y K H S L
Decimal 204 204 240 0.15 0.15 0 0.06 240 0.55 0.87
Hex CC CC F0 F F 0 6 F0 37 57
Octal 314 314 360 17 17 0 6 360 67 127
Binary 11001100 11001100 11110000 1111 1111 0 110 11110000 110111 1010111

Color Harmonies of #CCCCF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCCCF0

Black with #CCCCF0

Text Example


Text Example

White with #CCCCF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCCCF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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