Html Css Color HEX #CCCAED Lavender Blue

📋 copy color: '#CCCAED'

red 204 ◦ green 202 ◦ blue 237

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

Shades of Lavender Blue #CCCAED

Tints of Lavender Blue #CCCAED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 36.86%

R = 31.73%
G = 31.42%
B = 36.86%

CMYK

 C value IS 0.14

 M value IS 0.15

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CCCAED (or 0xCCCAED) is known color: Lavender Blue. HEX triplet: CC, CA and ED. RGB value is (204,202,237). Sum of RGB (Red+Green+Blue) = 204+202+237=643 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.73% from 643); Green value is 202 (79.30% from 255 or 31.42% from 643); Blue value is 237 (92.97% from 255 or 36.86% from 643); Max value from RGB is 237 - color contains mainly: blue. Hex color #CCCAED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCCAED is #333512. Grayscale: #CECECE. Windows color (decimal): -3355923 or 15583948. OLE color: 15583948.

HSL color Cylindrical-coordinate representation of color #CCCAED: hue angle of 243.43º degrees, saturation: 0.49, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CCCAED is Cyan = 0.14, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 204 202 237 -
CMYK 0.14 0.15 0 0.07
HSL 243.43º 0.49% 0.86% -
HSV(B) 243.43º 0.15% 0.93% -
XYZ 61.31 61.19 88.7 -
YUV 206.59 145.16 126.15 -
System Red Green Blue C M Y K H S L
Decimal 204 202 237 0.14 0.15 0 0.07 243.43 0.49 0.86
Hex CC CA ED E F 0 7 F3 31 56
Octal 314 312 355 16 17 0 7 363 61 126
Binary 11001100 11001010 11101101 1110 1111 0 111 11110011 110001 1010110

Color Harmonies of #CCCAED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCCAED

Black with #CCCAED

Text Example


Text Example

White with #CCCAED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCCAED; }

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

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

background-color css

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

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

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

border-color css

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

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

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