Html Css Color HEX #CBE5C9 Blue Romance

📋 copy color: '#CBE5C9'

red 203 ◦ green 229 ◦ blue 201

#CBE5C9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Romance #CBE5C9

Tints of Blue Romance #CBE5C9

RGB

 RED value IS 203 (79.69% from 255) = 32.07%

 GREEN value IS 229 (89.84% from 255) = 36.18%

 BLUE value IS 201 (78.91% from 255) = 31.75%

R = 32.07%
G = 36.18%
B = 31.75%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.12

 K value IS 0.10

RGB Variations

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

Color information

#CBE5C9 (or 0xCBE5C9) is known color: Blue Romance. HEX triplet: CB, E5 and C9. RGB value is (203,229,201). Sum of RGB (Red+Green+Blue) = 203+229+201=633 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.07% from 633); Green value is 229 (89.84% from 255 or 36.18% from 633); Blue value is 201 (78.91% from 255 or 31.75% from 633); Max value from RGB is 229 - color contains mainly: green. Hex color #CBE5C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBE5C9 is #341A36. Grayscale: #DADADA. Windows color (decimal): -3414583 or 13231563. OLE color: 13231563.

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

Color convert

RGB 203 229 201 -
CMYK 0.11 0 0.12 0.10
HSL 115.71º 0.35% 0.84% -
HSV(B) 115.71º 0.12% 0.9% -
XYZ 63.19 72.95 66.01 -
YUV 218.03 118.39 117.28 -
System Red Green Blue C M Y K H S L
Decimal 203 229 201 0.11 0 0.12 0.10 115.71 0.35 0.84
Hex CB E5 C9 B 0 C A 74 23 54
Octal 313 345 311 13 0 14 12 164 43 124
Binary 11001011 11100101 11001001 1011 0 1100 1010 1110100 100011 1010100

Color Harmonies of #CBE5C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBE5C9

Black with #CBE5C9

Text Example


Text Example

White with #CBE5C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBE5C9; }

 p { color: rgb(203,229,201); }

 H1.HeaderClassName
 {
   color: #CBE5C9;
 }
 .AnyTagClassName
 {
   color: #CBE5C9;
 }
</style>

background-color css

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

 a { background-color: rgb(203,229,201); }

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

border-color css

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

 span { border-color: rgb(203,229,201); }

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