#CDE6CA

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

Shades of Blue Romance #CDE6CA

Tints of Blue Romance #CDE6CA

Color information

#CDE6CA (or 0xCDE6CA) is unknown color: approx Blue Romance. HEX triplet: CD, E6 and CA. RGB value is (205,230,202). Sum of RGB (Red+Green+Blue) = 205+230+202=637 (84% of max value = 765). Red value is 205 (80.47% from 255 or 32.18% from 637); Green value is 230 (90.23% from 255 or 36.11% from 637); Blue value is 202 (79.30% from 255 or 31.71% from 637); Max value from RGB is 230 - color contains mainly: green. Hex color #CDE6CA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDE6CA is #321935. Grayscale: #DBDBDB. Windows color (decimal): -3283254 or 13297357. OLE color: 13297357.

HSL color Cylindrical-coordinate representation of color #CDE6CA: hue angle of 113.57º degrees, saturation: 0.36, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CDE6CA is Cyan = 0.11, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.10.

Color convert

RGB205230202-
CMYK0.1100.120.10
HSL113.57º35.9%84.71%-
HSV(B)113.57º12.17%90.2%-
XYZ64.1373.8466.75-
YUV219.33118.22117.78-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 32.18%
GREEN value IS 230 (90.23% from 255) = 36.11%
BLUE value IS 202 (79.30% from 255) = 31.71%
R=32.18%
G=36.11%
B=31.71%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2052302020.1100.120.10113.5735.984.71
HexCDE6CAB0CA722455
Octal315346312130141216244125
Binary110011011110011011001010101101100101011100101001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDE6CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDE6CA; }

 p { color: rgb(205,230,202); }

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

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

 a { background-color: rgb(205,230,202); }

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

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

 span { border-color: rgb(205,230,202); }

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