Html Css Color HEX #CCCAFE Lavender Blue

📋 copy color: '#CCCAFE'

red 204 ◦ green 202 ◦ blue 254

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

Shades of Lavender Blue #CCCAFE

Tints of Lavender Blue #CCCAFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 38.48%

R = 30.91%
G = 30.61%
B = 38.48%

CMYK

 C value IS 0.20

 M value IS 0.20

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#CCCAFE (or 0xCCCAFE) is known color: Lavender Blue. HEX triplet: CC, CA and FE. RGB value is (204,202,254). Sum of RGB (Red+Green+Blue) = 204+202+254=660 (87% of max value = 765). Red value is 204 (80.08% from 255 or 30.91% from 660); Green value is 202 (79.30% from 255 or 30.61% from 660); Blue value is 254 (99.61% from 255 or 38.48% from 660); Max value from RGB is 254 - color contains mainly: blue. Hex color #CCCAFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCCAFE is #333501. Grayscale: #D0D0D0. Windows color (decimal): -3355906 or 16698060. OLE color: 16698060.

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

Color convert

RGB 204 202 254 -
CMYK 0.20 0.20 0 0.00
HSL 242.31º 0.96% 0.89% -
HSV(B) 242.31º 0.2% 1% -
XYZ 63.91 62.23 102.41 -
YUV 208.53 153.66 124.77 -
System Red Green Blue C M Y K H S L
Decimal 204 202 254 0.20 0.20 0 0.00 242.31 0.96 0.89
Hex CC CA FE 14 14 0 0 F2 60 59
Octal 314 312 376 24 24 0 0 362 140 131
Binary 11001100 11001010 11111110 10100 10100 0 0 11110010 1100000 1011001

Color Harmonies of #CCCAFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCCAFE

Black with #CCCAFE

Text Example


Text Example

White with #CCCAFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCCAFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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