Html Css Color HEX #CBE4C9 Blue Romance

📋 copy color: '#CBE4C9'

red 203 ◦ green 228 ◦ blue 201

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

Shades of Blue Romance #CBE4C9

Tints of Blue Romance #CBE4C9

RGB

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

 GREEN value IS 228 (89.45% from 255) = 36.08%

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

R = 32.12%
G = 36.08%
B = 31.8%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.12

 K value IS 0.11

RGB Variations

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

Color information

#CBE4C9 (or 0xCBE4C9) is known color: Blue Romance. HEX triplet: CB, E4 and C9. RGB value is (203,228,201). Sum of RGB (Red+Green+Blue) = 203+228+201=632 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.12% from 632); Green value is 228 (89.45% from 255 or 36.08% from 632); Blue value is 201 (78.91% from 255 or 31.80% from 632); Max value from RGB is 228 - color contains mainly: green. Hex color #CBE4C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBE4C9 is #341B36. Grayscale: #D9D9D9. Windows color (decimal): -3414839 or 13231307. OLE color: 13231307.

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

Color convert

RGB 203 228 201 -
CMYK 0.11 0 0.12 0.11
HSL 115.56º 0.33% 0.84% -
HSV(B) 115.56º 0.12% 0.89% -
XYZ 62.91 72.4 65.92 -
YUV 217.45 118.72 117.7 -
System Red Green Blue C M Y K H S L
Decimal 203 228 201 0.11 0 0.12 0.11 115.56 0.33 0.84
Hex CB E4 C9 B 0 C B 74 21 54
Octal 313 344 311 13 0 14 13 164 41 124
Binary 11001011 11100100 11001001 1011 0 1100 1011 1110100 100001 1010100

Color Harmonies of #CBE4C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBE4C9

Black with #CBE4C9

Text Example


Text Example

White with #CBE4C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBE4C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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