Html Css Color HEX #CCCDEC Quartz

📋 copy color: '#CCCDEC'

red 204 ◦ green 205 ◦ blue 236

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

Shades of Quartz #CCCDEC

Tints of Quartz #CCCDEC

RGB

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

 GREEN value IS 205 (80.47% from 255) = 31.78%

 BLUE value IS 236 (92.58% from 255) = 36.59%

R = 31.63%
G = 31.78%
B = 36.59%

CMYK

 C value IS 0.14

 M value IS 0.13

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CCCDEC (or 0xCCCDEC) is known color: Quartz. HEX triplet: CC, CD and EC. RGB value is (204,205,236). Sum of RGB (Red+Green+Blue) = 204+205+236=645 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.63% from 645); Green value is 205 (80.47% from 255 or 31.78% from 645); Blue value is 236 (92.58% from 255 or 36.59% from 645); Max value from RGB is 236 - color contains mainly: blue. Hex color #CCCDEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCCDEC is #333213. Grayscale: #D0D0D0. Windows color (decimal): -3355156 or 15519180. OLE color: 15519180.

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

Color convert

RGB 204 205 236 -
CMYK 0.14 0.13 0 0.07
HSL 238.13º 0.46% 0.86% -
HSV(B) 238.13º 0.14% 0.93% -
XYZ 61.87 62.56 88.17 -
YUV 208.24 143.67 124.98 -
System Red Green Blue C M Y K H S L
Decimal 204 205 236 0.14 0.13 0 0.07 238.13 0.46 0.86
Hex CC CD EC E D 0 7 EE 2E 56
Octal 314 315 354 16 15 0 7 356 56 126
Binary 11001100 11001101 11101100 1110 1101 0 111 11101110 101110 1010110

Color Harmonies of #CCCDEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCCDEC

Black with #CCCDEC

Text Example


Text Example

White with #CCCDEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCCDEC; }

 p { color: rgb(204,205,236); }

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

background-color css

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

 a { background-color: rgb(204,205,236); }

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

border-color css

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

 span { border-color: rgb(204,205,236); }

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