Html Css Color HEX #CCCAFD Lavender Blue

📋 copy color: '#CCCAFD'

red 204 ◦ green 202 ◦ blue 253

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

Shades of Lavender Blue #CCCAFD

Tints of Lavender Blue #CCCAFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 38.39%

R = 30.96%
G = 30.65%
B = 38.39%

CMYK

 C value IS 0.19

 M value IS 0.20

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#CCCAFD (or 0xCCCAFD) is known color: Lavender Blue. HEX triplet: CC, CA and FD. RGB value is (204,202,253). Sum of RGB (Red+Green+Blue) = 204+202+253=659 (87% of max value = 765). Red value is 204 (80.08% from 255 or 30.96% from 659); Green value is 202 (79.30% from 255 or 30.65% from 659); Blue value is 253 (99.22% from 255 or 38.39% from 659); Max value from RGB is 253 - color contains mainly: blue. Hex color #CCCAFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCCAFD is #333502. Grayscale: #D0D0D0. Windows color (decimal): -3355907 or 16632524. OLE color: 16632524.

HSL color Cylindrical-coordinate representation of color #CCCAFD: hue angle of 242.35º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CCCAFD is Cyan = 0.19, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 204 202 253 -
CMYK 0.19 0.20 0 0.01
HSL 242.35º 0.93% 0.89% -
HSV(B) 242.35º 0.2% 0.99% -
XYZ 63.75 62.17 101.57 -
YUV 208.41 153.16 124.85 -
System Red Green Blue C M Y K H S L
Decimal 204 202 253 0.19 0.20 0 0.01 242.35 0.93 0.89
Hex CC CA FD 13 14 0 1 F2 5D 59
Octal 314 312 375 23 24 0 1 362 135 131
Binary 11001100 11001010 11111101 10011 10100 0 1 11110010 1011101 1011001

Color Harmonies of #CCCAFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCCAFD

Black with #CCCAFD

Text Example


Text Example

White with #CCCAFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCCAFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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