#CBEDCA

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

Shades of Blue Romance #CBEDCA

Tints of Blue Romance #CBEDCA

Color information

#CBEDCA (or 0xCBEDCA) is unknown color: approx Blue Romance. HEX triplet: CB, ED and CA. RGB value is (203,237,202). Sum of RGB (Red+Green+Blue) = 203+237+202=642 (85% of max value = 765). Red value is 203 (79.69% from 255 or 31.62% from 642); Green value is 237 (92.97% from 255 or 36.92% from 642); Blue value is 202 (79.30% from 255 or 31.46% from 642); Max value from RGB is 237 - color contains mainly: green. Hex color #CBEDCA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBEDCA is #341235. Grayscale: #DEDEDE. Windows color (decimal): -3412534 or 13299147. OLE color: 13299147.

HSL color Cylindrical-coordinate representation of color #CBEDCA: hue angle of 118.29º degrees, saturation: 0.49, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CBEDCA is Cyan = 0.14, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.

Color convert

RGB203237202-
CMYK0.1400.150.07
HSL118.29º49.3%86.08%-
HSV(B)118.29º14.77%92.94%-
XYZ65.5777.5367.39-
YUV222.84116.24113.85-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 31.62%
GREEN value IS 237 (92.97% from 255) = 36.92%
BLUE value IS 202 (79.30% from 255) = 31.46%
R=31.62%
G=36.92%
B=31.46%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2032372020.1400.150.07118.2949.386.08
HexCBEDCAE0F7763156
Octal31335531216017716661126
Binary11001011111011011100101011100111111111101101100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBEDCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBEDCA; }

 p { color: rgb(203,237,202); }

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

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

 a { background-color: rgb(203,237,202); }

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

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

 span { border-color: rgb(203,237,202); }

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