Html Css Color HEX #CCCAF5 Lavender Blue

📋 copy color: '#CCCAF5'

red 204 ◦ green 202 ◦ blue 245

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

Shades of Lavender Blue #CCCAF5

Tints of Lavender Blue #CCCAF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 37.63%

R = 31.34%
G = 31.03%
B = 37.63%

CMYK

 C value IS 0.17

 M value IS 0.18

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#CCCAF5 (or 0xCCCAF5) is known color: Lavender Blue. HEX triplet: CC, CA and F5. RGB value is (204,202,245). Sum of RGB (Red+Green+Blue) = 204+202+245=651 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.34% from 651); Green value is 202 (79.30% from 255 or 31.03% from 651); Blue value is 245 (96.09% from 255 or 37.63% from 651); Max value from RGB is 245 - color contains mainly: blue. Hex color #CCCAF5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCCAF5 is #33350A. Grayscale: #CFCFCF. Windows color (decimal): -3355915 or 16108236. OLE color: 16108236.

HSL color Cylindrical-coordinate representation of color #CCCAF5: hue angle of 242.79º degrees, saturation: 0.68, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CCCAF5 is Cyan = 0.17, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 204 202 245 -
CMYK 0.17 0.18 0 0.04
HSL 242.79º 0.68% 0.88% -
HSV(B) 242.79º 0.18% 0.96% -
XYZ 62.5 61.67 95 -
YUV 207.5 149.16 125.5 -
System Red Green Blue C M Y K H S L
Decimal 204 202 245 0.17 0.18 0 0.04 242.79 0.68 0.88
Hex CC CA F5 11 12 0 4 F3 44 58
Octal 314 312 365 21 22 0 4 363 104 130
Binary 11001100 11001010 11110101 10001 10010 0 100 11110011 1000100 1011000

Color Harmonies of #CCCAF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCCAF5

Black with #CCCAF5

Text Example


Text Example

White with #CCCAF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCCAF5; }

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

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

background-color css

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

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

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

border-color css

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

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

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