Html Css Color HEX #CDCCE5 Quartz

📋 copy color: '#CDCCE5'

red 205 ◦ green 204 ◦ blue 229

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

Shades of Quartz #CDCCE5

Tints of Quartz #CDCCE5

RGB

 RED value IS 205 (80.47% from 255) = 32.13%

 GREEN value IS 204 (80.08% from 255) = 31.97%

 BLUE value IS 229 (89.84% from 255) = 35.89%

R = 32.13%
G = 31.97%
B = 35.89%

CMYK

 C value IS 0.10

 M value IS 0.11

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#CDCCE5 (or 0xCDCCE5) is known color: Quartz. HEX triplet: CD, CC and E5. RGB value is (205,204,229). Sum of RGB (Red+Green+Blue) = 205+204+229=638 (84% of max value = 765). Red value is 205 (80.47% from 255 or 32.13% from 638); Green value is 204 (80.08% from 255 or 31.97% from 638); Blue value is 229 (89.84% from 255 or 35.89% from 638); Max value from RGB is 229 - color contains mainly: blue. Hex color #CDCCE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDCCE5 is #32331A. Grayscale: #CFCFCF. Windows color (decimal): -3289883 or 15060173. OLE color: 15060173.

HSL color Cylindrical-coordinate representation of color #CDCCE5: hue angle of 242.4º degrees, saturation: 0.32, 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 #CDCCE5 is Cyan = 0.10, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 205 204 229 -
CMYK 0.10 0.11 0 0.10
HSL 242.4º 0.32% 0.85% -
HSV(B) 242.4º 0.11% 0.9% -
XYZ 60.91 61.82 82.85 -
YUV 207.15 140.33 126.47 -
System Red Green Blue C M Y K H S L
Decimal 205 204 229 0.10 0.11 0 0.10 242.4 0.32 0.85
Hex CD CC E5 A B 0 A F2 20 55
Octal 315 314 345 12 13 0 12 362 40 125
Binary 11001101 11001100 11100101 1010 1011 0 1010 11110010 100000 1010101

Color Harmonies of #CDCCE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDCCE5

Black with #CDCCE5

Text Example


Text Example

White with #CDCCE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDCCE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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