#CFCEE4

Color #CFCEE4 Quartz (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Quartz #CFCEE4

Tints of Quartz #CFCEE4

Color information

#CFCEE4 (or 0xCFCEE4) is unknown color: approx Quartz. HEX triplet: CF, CE and E4. RGB value is (207,206,228). Sum of RGB (Red+Green+Blue) = 207+206+228=641 (84% of max value = 765). Red value is 207 (81.25% from 255 or 32.29% from 641); Green value is 206 (80.86% from 255 or 32.14% from 641); Blue value is 228 (89.45% from 255 or 35.57% from 641); Max value from RGB is 228 - color contains mainly: blue. Hex color #CFCEE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFCEE4 is #30311B. Grayscale: #D0D0D0. Windows color (decimal): -3158300 or 14995151. OLE color: 14995151.

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

Color convert

RGB207206228-
CMYK0.090.1000.11
HSL242.73º28.95%85.1%-
HSV(B)242.73º9.65%89.41%-
XYZ61.8163.0182.3-
YUV208.81138.83126.71-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 32.29%
GREEN value IS 206 (80.86% from 255) = 32.14%
BLUE value IS 228 (89.45% from 255) = 35.57%
R=32.29%
G=32.14%
B=35.57%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2072062280.090.1000.11242.7328.9585.1
HexCFCEE49A0Bf31d55
Octal317316344111201336335125
Binary110011111100111011100100100110100101111110011111011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFCEE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFCEE4; }

 p { color: rgb(207,206,228); }

 H1.HeaderClassName
 {
   color: #CFCEE4;
 }
 .AnyTagClassName
 {
   color: #CFCEE4;
 }
</style>
background-color css

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

 a { background-color: rgb(207,206,228); }

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

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

 span { border-color: rgb(207,206,228); }

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