#CDE3CC

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

Shades of Blue Romance #CDE3CC

Tints of Blue Romance #CDE3CC

Color information

#CDE3CC (or 0xCDE3CC) is unknown color: approx Blue Romance. HEX triplet: CD, E3 and CC. RGB value is (205,227,204). Sum of RGB (Red+Green+Blue) = 205+227+204=636 (84% of max value = 765). Red value is 205 (80.47% from 255 or 32.23% from 636); Green value is 227 (89.06% from 255 or 35.69% from 636); Blue value is 204 (80.08% from 255 or 32.08% from 636); Max value from RGB is 227 - color contains mainly: green. Hex color #CDE3CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDE3CC is #321C33. Grayscale: #D9D9D9. Windows color (decimal): -3284020 or 13427661. OLE color: 13427661.

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

Color convert

RGB205227204-
CMYK0.1000.100.11
HSL117.39º29.11%84.51%-
HSV(B)117.39º10.13%89.02%-
XYZ63.5572.2867.73-
YUV217.8120.21118.87-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 32.23%
GREEN value IS 227 (89.06% from 255) = 35.69%
BLUE value IS 204 (80.08% from 255) = 32.08%
R=32.23%
G=35.69%
B=32.08%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2052272040.1000.100.11117.3929.1184.51
HexCDE3CCA0AB751d55
Octal315343314120121316535125
Binary11001101111000111100110010100101010111110101111011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDE3CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDE3CC; }

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

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

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

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

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

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

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

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