Html Css Color HEX #CCCAF3 Lavender Blue

📋 copy color: '#CCCAF3'

red 204 ◦ green 202 ◦ blue 243

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

Shades of Lavender Blue #CCCAF3

Tints of Lavender Blue #CCCAF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 37.44%

R = 31.43%
G = 31.12%
B = 37.44%

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

#CCCAF3 (or 0xCCCAF3) is known color: Lavender Blue. HEX triplet: CC, CA and F3. RGB value is (204,202,243). Sum of RGB (Red+Green+Blue) = 204+202+243=649 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.43% from 649); Green value is 202 (79.30% from 255 or 31.12% from 649); Blue value is 243 (95.31% from 255 or 37.44% from 649); Max value from RGB is 243 - color contains mainly: blue. Hex color #CCCAF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCCAF3 is #33350C. Grayscale: #CFCFCF. Windows color (decimal): -3355917 or 15977164. OLE color: 15977164.

HSL color Cylindrical-coordinate representation of color #CCCAF3: hue angle of 242.93º degrees, saturation: 0.63, 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 #CCCAF3 is Cyan = 0.16, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 204 202 243 -
CMYK 0.16 0.17 0 0.05
HSL 242.93º 0.63% 0.87% -
HSV(B) 242.93º 0.17% 0.95% -
XYZ 62.2 61.55 93.4 -
YUV 207.27 148.16 125.67 -
System Red Green Blue C M Y K H S L
Decimal 204 202 243 0.16 0.17 0 0.05 242.93 0.63 0.87
Hex CC CA F3 10 11 0 5 F3 3F 57
Octal 314 312 363 20 21 0 5 363 77 127
Binary 11001100 11001010 11110011 10000 10001 0 101 11110011 111111 1010111

Color Harmonies of #CCCAF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCCAF3

Black with #CCCAF3

Text Example


Text Example

White with #CCCAF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCCAF3; }

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

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

background-color css

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

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

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

border-color css

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

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

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