Html Css Color HEX #CCCAFA Lavender Blue

📋 copy color: '#CCCAFA'

red 204 ◦ green 202 ◦ blue 250

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

Shades of Lavender Blue #CCCAFA

Tints of Lavender Blue #CCCAFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 38.11%

R = 31.1%
G = 30.79%
B = 38.11%

CMYK

 C value IS 0.18

 M value IS 0.19

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CCCAFA (or 0xCCCAFA) is known color: Lavender Blue. HEX triplet: CC, CA and FA. RGB value is (204,202,250). Sum of RGB (Red+Green+Blue) = 204+202+250=656 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.10% from 656); Green value is 202 (79.30% from 255 or 30.79% from 656); Blue value is 250 (98.05% from 255 or 38.11% from 656); Max value from RGB is 250 - color contains mainly: blue. Hex color #CCCAFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCCAFA is #333505. Grayscale: #CFCFCF. Windows color (decimal): -3355910 or 16435916. OLE color: 16435916.

HSL color Cylindrical-coordinate representation of color #CCCAFA: hue angle of 242.5º degrees, saturation: 0.83, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CCCAFA is Cyan = 0.18, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 204 202 250 -
CMYK 0.18 0.19 0 0.02
HSL 242.5º 0.83% 0.89% -
HSV(B) 242.5º 0.19% 0.98% -
XYZ 63.28 61.98 99.07 -
YUV 208.07 151.66 125.1 -
System Red Green Blue C M Y K H S L
Decimal 204 202 250 0.18 0.19 0 0.02 242.5 0.83 0.89
Hex CC CA FA 12 13 0 2 F2 53 59
Octal 314 312 372 22 23 0 2 362 123 131
Binary 11001100 11001010 11111010 10010 10011 0 10 11110010 1010011 1011001

Color Harmonies of #CCCAFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCCAFA

Black with #CCCAFA

Text Example


Text Example

White with #CCCAFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCCAFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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