Html Css Color HEX #CCCBE4 Quartz

📋 copy color: '#CCCBE4'

red 204 ◦ green 203 ◦ blue 228

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

Shades of Quartz #CCCBE4

Tints of Quartz #CCCBE4

RGB

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

 GREEN value IS 203 (79.69% from 255) = 31.97%

 BLUE value IS 228 (89.45% from 255) = 35.91%

R = 32.13%
G = 31.97%
B = 35.91%

CMYK

 C value IS 0.11

 M value IS 0.11

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#CCCBE4 (or 0xCCCBE4) is known color: Quartz. HEX triplet: CC, CB and E4. RGB value is (204,203,228). Sum of RGB (Red+Green+Blue) = 204+203+228=635 (84% of max value = 765). Red value is 204 (80.08% from 255 or 32.13% from 635); Green value is 203 (79.69% from 255 or 31.97% from 635); Blue value is 228 (89.45% from 255 or 35.91% from 635); Max value from RGB is 228 - color contains mainly: blue. Hex color #CCCBE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCCBE4 is #33341B. Grayscale: #CECECE. Windows color (decimal): -3355676 or 14994380. OLE color: 14994380.

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

Color convert

RGB 204 203 228 -
CMYK 0.11 0.11 0 0.11
HSL 242.4º 0.32% 0.85% -
HSV(B) 242.4º 0.11% 0.89% -
XYZ 60.26 61.15 82.03 -
YUV 206.15 140.33 126.47 -
System Red Green Blue C M Y K H S L
Decimal 204 203 228 0.11 0.11 0 0.11 242.4 0.32 0.85
Hex CC CB E4 B B 0 B F2 20 55
Octal 314 313 344 13 13 0 13 362 40 125
Binary 11001100 11001011 11100100 1011 1011 0 1011 11110010 100000 1010101

Color Harmonies of #CCCBE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCCBE4

Black with #CCCBE4

Text Example


Text Example

White with #CCCBE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCCBE4; }

 p { color: rgb(204,203,228); }

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

background-color css

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

 a { background-color: rgb(204,203,228); }

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

border-color css

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

 span { border-color: rgb(204,203,228); }

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