Html Css Color HEX #CCCAFC Lavender Blue

📋 copy color: '#CCCAFC'

red 204 ◦ green 202 ◦ blue 252

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

Shades of Lavender Blue #CCCAFC

Tints of Lavender Blue #CCCAFC

RGB

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

 GREEN value IS 202 (79.3% from 255) = 30.7%

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

R = 31%
G = 30.7%
B = 38.3%

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

#CCCAFC (or 0xCCCAFC) is known color: Lavender Blue. HEX triplet: CC, CA and FC. RGB value is (204,202,252). Sum of RGB (Red+Green+Blue) = 204+202+252=658 (87% of max value = 765). Red value is 204 (80.08% from 255 or 31.00% from 658); Green value is 202 (79.30% from 255 or 30.70% from 658); Blue value is 252 (98.83% from 255 or 38.30% from 658); Max value from RGB is 252 - color contains mainly: blue. Hex color #CCCAFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCCAFC is #333503. Grayscale: #D0D0D0. Windows color (decimal): -3355908 or 16566988. OLE color: 16566988.

HSL color Cylindrical-coordinate representation of color #CCCAFC: hue angle of 242.4º 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 #CCCAFC is Cyan = 0.19, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 204 202 252 -
CMYK 0.19 0.20 0 0.01
HSL 242.4º 0.89% 0.89% -
HSV(B) 242.4º 0.2% 0.99% -
XYZ 63.59 62.11 100.73 -
YUV 208.3 152.66 124.93 -
System Red Green Blue C M Y K H S L
Decimal 204 202 252 0.19 0.20 0 0.01 242.4 0.89 0.89
Hex CC CA FC 13 14 0 1 F2 59 59
Octal 314 312 374 23 24 0 1 362 131 131
Binary 11001100 11001010 11111100 10011 10100 0 1 11110010 1011001 1011001

Color Harmonies of #CCCAFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCCAFC

Black with #CCCAFC

Text Example


Text Example

White with #CCCAFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCCAFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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