Html Css Color HEX #CCC2FB Lavender Blue

📋 copy color: '#CCC2FB'

red 204 ◦ green 194 ◦ blue 251

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

Shades of Lavender Blue #CCC2FB

Tints of Lavender Blue #CCC2FB

RGB

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

 GREEN value IS 194 (76.17% from 255) = 29.89%

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

R = 31.43%
G = 29.89%
B = 38.67%

CMYK

 C value IS 0.19

 M value IS 0.23

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CCC2FB (or 0xCCC2FB) is known color: Lavender Blue. HEX triplet: CC, C2 and FB. RGB value is (204,194,251). Sum of RGB (Red+Green+Blue) = 204+194+251=649 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.43% from 649); Green value is 194 (76.17% from 255 or 29.89% from 649); Blue value is 251 (98.44% from 255 or 38.67% from 649); Max value from RGB is 251 - color contains mainly: blue. Hex color #CCC2FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCC2FB is #333D04. Grayscale: #CBCBCB. Windows color (decimal): -3357957 or 16499404. OLE color: 16499404.

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

Color convert

RGB 204 194 251 -
CMYK 0.19 0.23 0 0.02
HSL 250.53º 0.88% 0.87% -
HSV(B) 250.53º 0.23% 0.98% -
XYZ 61.61 58.39 99.29 -
YUV 203.49 154.81 128.37 -
System Red Green Blue C M Y K H S L
Decimal 204 194 251 0.19 0.23 0 0.02 250.53 0.88 0.87
Hex CC C2 FB 13 17 0 2 FB 58 57
Octal 314 302 373 23 27 0 2 373 130 127
Binary 11001100 11000010 11111011 10011 10111 0 10 11111011 1011000 1010111

Color Harmonies of #CCC2FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC2FB

Black with #CCC2FB

Text Example


Text Example

White with #CCC2FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC2FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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