#CCF5CD

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

Shades of Blue Romance #CCF5CD

Tints of Blue Romance #CCF5CD

Color information

#CCF5CD (or 0xCCF5CD) is unknown color: approx Blue Romance. HEX triplet: CC, F5 and CD. RGB value is (204,245,205). Sum of RGB (Red+Green+Blue) = 204+245+205=654 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.19% from 654); Green value is 245 (96.09% from 255 or 37.46% from 654); Blue value is 205 (80.47% from 255 or 31.35% from 654); Max value from RGB is 245 - color contains mainly: green. Hex color #CCF5CD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCF5CD is #330A32. Grayscale: #E4E4E4. Windows color (decimal): -3344947 or 13497804. OLE color: 13497804.

HSL color Cylindrical-coordinate representation of color #CCF5CD: hue angle of 121.46º degrees, saturation: 0.67, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CCF5CD is Cyan = 0.17, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.04.

Color convert

RGB204245205-
CMYK0.1700.160.04
HSL121.46º67.21%88.04%-
HSV(B)121.46º16.73%96.08%-
XYZ68.5782.5570.08-
YUV228.18114.92110.75-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.19%
GREEN value IS 245 (96.09% from 255) = 37.46%
BLUE value IS 205 (80.47% from 255) = 31.35%
R=31.19%
G=37.46%
B=31.35%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2042452050.1700.160.04121.4667.2188.04
HexCCF5CD110104794358
Octal314365315210204171103130
Binary11001100111101011100110110001010000100111100110000111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCF5CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCF5CD; }

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

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

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

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

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

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

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

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