Html Css Color HEX #CCC5EF Lavender Blue

📋 copy color: '#CCC5EF'

red 204 ◦ green 197 ◦ blue 239

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

Shades of Lavender Blue #CCC5EF

Tints of Lavender Blue #CCC5EF

RGB

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

 GREEN value IS 197 (77.34% from 255) = 30.78%

 BLUE value IS 239 (93.75% from 255) = 37.34%

R = 31.88%
G = 30.78%
B = 37.34%

CMYK

 C value IS 0.15

 M value IS 0.18

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#CCC5EF (or 0xCCC5EF) is known color: Lavender Blue. HEX triplet: CC, C5 and EF. RGB value is (204,197,239). Sum of RGB (Red+Green+Blue) = 204+197+239=640 (84% of max value = 765). Red value is 204 (80.08% from 255 or 31.88% from 640); Green value is 197 (77.34% from 255 or 30.78% from 640); Blue value is 239 (93.75% from 255 or 37.34% from 640); Max value from RGB is 239 - color contains mainly: blue. Hex color #CCC5EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCC5EF is #333A10. Grayscale: #CBCBCB. Windows color (decimal): -3357201 or 15713740. OLE color: 15713740.

HSL color Cylindrical-coordinate representation of color #CCC5EF: hue angle of 250º degrees, saturation: 0.57, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CCC5EF is Cyan = 0.15, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 204 197 239 -
CMYK 0.15 0.18 0 0.06
HSL 250º 0.57% 0.85% -
HSV(B) 250º 0.18% 0.94% -
XYZ 60.45 59 89.86 -
YUV 203.88 147.82 128.08 -
System Red Green Blue C M Y K H S L
Decimal 204 197 239 0.15 0.18 0 0.06 250 0.57 0.85
Hex CC C5 EF F 12 0 6 FA 39 55
Octal 314 305 357 17 22 0 6 372 71 125
Binary 11001100 11000101 11101111 1111 10010 0 110 11111010 111001 1010101

Color Harmonies of #CCC5EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC5EF

Black with #CCC5EF

Text Example


Text Example

White with #CCC5EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC5EF; }

 p { color: rgb(204,197,239); }

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

background-color css

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

 a { background-color: rgb(204,197,239); }

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

border-color css

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

 span { border-color: rgb(204,197,239); }

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