Html Css Color HEX #CCC9FC Lavender Blue

📋 copy color: '#CCC9FC'

red 204 ◦ green 201 ◦ blue 252

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

Shades of Lavender Blue #CCC9FC

Tints of Lavender Blue #CCC9FC

RGB

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

 GREEN value IS 201 (78.91% from 255) = 30.59%

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

R = 31.05%
G = 30.59%
B = 38.36%

CMYK

 C value IS 0.19

 M value IS 0.20

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#CCC9FC (or 0xCCC9FC) is known color: Lavender Blue. HEX triplet: CC, C9 and FC. RGB value is (204,201,252). Sum of RGB (Red+Green+Blue) = 204+201+252=657 (87% of max value = 765). Red value is 204 (80.08% from 255 or 31.05% from 657); Green value is 201 (78.91% from 255 or 30.59% from 657); Blue value is 252 (98.83% from 255 or 38.36% from 657); Max value from RGB is 252 - color contains mainly: blue. Hex color #CCC9FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCC9FC is #333603. Grayscale: #CFCFCF. Windows color (decimal): -3356164 or 16566732. OLE color: 16566732.

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

Color convert

RGB 204 201 252 -
CMYK 0.19 0.20 0 0.01
HSL 243.53º 0.89% 0.89% -
HSV(B) 243.53º 0.2% 0.99% -
XYZ 63.36 61.64 100.65 -
YUV 207.71 152.99 125.35 -
System Red Green Blue C M Y K H S L
Decimal 204 201 252 0.19 0.20 0 0.01 243.53 0.89 0.89
Hex CC C9 FC 13 14 0 1 F4 59 59
Octal 314 311 374 23 24 0 1 364 131 131
Binary 11001100 11001001 11111100 10011 10100 0 1 11110100 1011001 1011001

Color Harmonies of #CCC9FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC9FC

Black with #CCC9FC

Text Example


Text Example

White with #CCC9FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC9FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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