Html Css Color HEX #CCCAEE Lavender Blue

📋 copy color: '#CCCAEE'

red 204 ◦ green 202 ◦ blue 238

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

Shades of Lavender Blue #CCCAEE

Tints of Lavender Blue #CCCAEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 36.96%

R = 31.68%
G = 31.37%
B = 36.96%

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

#CCCAEE (or 0xCCCAEE) is known color: Lavender Blue. HEX triplet: CC, CA and EE. RGB value is (204,202,238). Sum of RGB (Red+Green+Blue) = 204+202+238=644 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.68% from 644); Green value is 202 (79.30% from 255 or 31.37% from 644); Blue value is 238 (93.36% from 255 or 36.96% from 644); Max value from RGB is 238 - color contains mainly: blue. Hex color #CCCAEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCCAEE is #333511. Grayscale: #CECECE. Windows color (decimal): -3355922 or 15649484. OLE color: 15649484.

HSL color Cylindrical-coordinate representation of color #CCCAEE: hue angle of 243.33º degrees, saturation: 0.51, 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 #CCCAEE is Cyan = 0.14, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 204 202 238 -
CMYK 0.14 0.15 0 0.07
HSL 243.33º 0.51% 0.86% -
HSV(B) 243.33º 0.15% 0.93% -
XYZ 61.45 61.25 89.47 -
YUV 206.7 145.66 126.07 -
System Red Green Blue C M Y K H S L
Decimal 204 202 238 0.14 0.15 0 0.07 243.33 0.51 0.86
Hex CC CA EE E F 0 7 F3 33 56
Octal 314 312 356 16 17 0 7 363 63 126
Binary 11001100 11001010 11101110 1110 1111 0 111 11110011 110011 1010110

Color Harmonies of #CCCAEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCCAEE

Black with #CCCAEE

Text Example


Text Example

White with #CCCAEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCCAEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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