Html Css Color HEX #CCCAF2 Lavender Blue

📋 copy color: '#CCCAF2'

red 204 ◦ green 202 ◦ blue 242

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

Shades of Lavender Blue #CCCAF2

Tints of Lavender Blue #CCCAF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 37.35%

R = 31.48%
G = 31.17%
B = 37.35%

CMYK

 C value IS 0.16

 M value IS 0.17

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#CCCAF2 (or 0xCCCAF2) is known color: Lavender Blue. HEX triplet: CC, CA and F2. RGB value is (204,202,242). Sum of RGB (Red+Green+Blue) = 204+202+242=648 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.48% from 648); Green value is 202 (79.30% from 255 or 31.17% from 648); Blue value is 242 (94.92% from 255 or 37.35% from 648); Max value from RGB is 242 - color contains mainly: blue. Hex color #CCCAF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCCAF2 is #33350D. Grayscale: #CFCFCF. Windows color (decimal): -3355918 or 15911628. OLE color: 15911628.

HSL color Cylindrical-coordinate representation of color #CCCAF2: hue angle of 243º degrees, saturation: 0.61, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CCCAF2 is Cyan = 0.16, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 204 202 242 -
CMYK 0.16 0.17 0 0.05
HSL 243º 0.61% 0.87% -
HSV(B) 243º 0.17% 0.95% -
XYZ 62.05 61.49 92.6 -
YUV 207.16 147.66 125.75 -
System Red Green Blue C M Y K H S L
Decimal 204 202 242 0.16 0.17 0 0.05 243 0.61 0.87
Hex CC CA F2 10 11 0 5 F3 3D 57
Octal 314 312 362 20 21 0 5 363 75 127
Binary 11001100 11001010 11110010 10000 10001 0 101 11110011 111101 1010111

Color Harmonies of #CCCAF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCCAF2

Black with #CCCAF2

Text Example


Text Example

White with #CCCAF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCCAF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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