#CEE3CC

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

Shades of Blue Romance #CEE3CC

Tints of Blue Romance #CEE3CC

Color information

#CEE3CC (or 0xCEE3CC) is unknown color: approx Blue Romance. HEX triplet: CE, E3 and CC. RGB value is (206,227,204). Sum of RGB (Red+Green+Blue) = 206+227+204=637 (84% of max value = 765). Red value is 206 (80.86% from 255 or 32.34% from 637); Green value is 227 (89.06% from 255 or 35.64% from 637); Blue value is 204 (80.08% from 255 or 32.03% from 637); Max value from RGB is 227 - color contains mainly: green. Hex color #CEE3CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEE3CC is #311C33. Grayscale: #DADADA. Windows color (decimal): -3218484 or 13427662. OLE color: 13427662.

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

Color convert

RGB206227204-
CMYK0.0900.100.11
HSL114.78º29.11%84.51%-
HSV(B)114.78º10.13%89.02%-
XYZ63.8272.4267.74-
YUV218.1120.04119.37-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 32.34%
GREEN value IS 227 (89.06% from 255) = 35.64%
BLUE value IS 204 (80.08% from 255) = 32.03%
R=32.34%
G=35.64%
B=32.03%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2062272040.0900.100.11114.7829.1184.51
HexCEE3CC90AB731d55
Octal316343314110121316335125
Binary11001110111000111100110010010101010111110011111011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEE3CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEE3CC; }

 p { color: rgb(206,227,204); }

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

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

 a { background-color: rgb(206,227,204); }

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

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

 span { border-color: rgb(206,227,204); }

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