Html Css Color HEX #CCCBE7 Quartz

📋 copy color: '#CCCBE7'

red 204 ◦ green 203 ◦ blue 231

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

Shades of Quartz #CCCBE7

Tints of Quartz #CCCBE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 36.21%

R = 31.97%
G = 31.82%
B = 36.21%

CMYK

 C value IS 0.12

 M value IS 0.12

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#CCCBE7 (or 0xCCCBE7) is known color: Quartz. HEX triplet: CC, CB and E7. RGB value is (204,203,231). Sum of RGB (Red+Green+Blue) = 204+203+231=638 (84% of max value = 765). Red value is 204 (80.08% from 255 or 31.97% from 638); Green value is 203 (79.69% from 255 or 31.82% from 638); Blue value is 231 (90.62% from 255 or 36.21% from 638); Max value from RGB is 231 - color contains mainly: blue. Hex color #CCCBE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCCBE7 is #333418. Grayscale: #CECECE. Windows color (decimal): -3355673 or 15190988. OLE color: 15190988.

HSL color Cylindrical-coordinate representation of color #CCCBE7: hue angle of 242.14º degrees, saturation: 0.37, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CCCBE7 is Cyan = 0.12, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 204 203 231 -
CMYK 0.12 0.12 0 0.09
HSL 242.14º 0.37% 0.85% -
HSV(B) 242.14º 0.12% 0.91% -
XYZ 60.68 61.32 84.24 -
YUV 206.49 141.83 126.22 -
System Red Green Blue C M Y K H S L
Decimal 204 203 231 0.12 0.12 0 0.09 242.14 0.37 0.85
Hex CC CB E7 C C 0 9 F2 25 55
Octal 314 313 347 14 14 0 11 362 45 125
Binary 11001100 11001011 11100111 1100 1100 0 1001 11110010 100101 1010101

Color Harmonies of #CCCBE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCCBE7

Black with #CCCBE7

Text Example


Text Example

White with #CCCBE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCCBE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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