Html Css Color HEX #CCCDE6 Quartz

📋 copy color: '#CCCDE6'

red 204 ◦ green 205 ◦ blue 230

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

Shades of Quartz #CCCDE6

Tints of Quartz #CCCDE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 35.99%

R = 31.92%
G = 32.08%
B = 35.99%

CMYK

 C value IS 0.11

 M value IS 0.11

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#CCCDE6 (or 0xCCCDE6) is known color: Quartz. HEX triplet: CC, CD and E6. RGB value is (204,205,230). Sum of RGB (Red+Green+Blue) = 204+205+230=639 (84% of max value = 765). Red value is 204 (80.08% from 255 or 31.92% from 639); Green value is 205 (80.47% from 255 or 32.08% from 639); Blue value is 230 (90.23% from 255 or 35.99% from 639); Max value from RGB is 230 - color contains mainly: blue. Hex color #CCCDE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCCDE6 is #333219. Grayscale: #CFCFCF. Windows color (decimal): -3355162 or 15125964. OLE color: 15125964.

HSL color Cylindrical-coordinate representation of color #CCCDE6: hue angle of 237.69º degrees, saturation: 0.34, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CCCDE6 is Cyan = 0.11, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 204 205 230 -
CMYK 0.11 0.11 0 0.10
HSL 237.69º 0.34% 0.85% -
HSV(B) 237.69º 0.11% 0.9% -
XYZ 61.02 62.21 83.66 -
YUV 207.55 140.67 125.47 -
System Red Green Blue C M Y K H S L
Decimal 204 205 230 0.11 0.11 0 0.10 237.69 0.34 0.85
Hex CC CD E6 B B 0 A EE 22 55
Octal 314 315 346 13 13 0 12 356 42 125
Binary 11001100 11001101 11100110 1011 1011 0 1010 11101110 100010 1010101

Color Harmonies of #CCCDE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCCDE6

Black with #CCCDE6

Text Example


Text Example

White with #CCCDE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCCDE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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