Html Css Color HEX #CEFDCE Blue Romance

📋 copy color: '#CEFDCE'

red 206 ◦ green 253 ◦ blue 206

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

Shades of Blue Romance #CEFDCE

Tints of Blue Romance #CEFDCE

RGB

 RED value IS 206 (80.86% from 255) = 30.98%

 GREEN value IS 253 (99.22% from 255) = 38.05%

 BLUE value IS 206 (80.86% from 255) = 30.98%

R = 30.98%
G = 38.05%
B = 30.98%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#CEFDCE (or 0xCEFDCE) is known color: Blue Romance. HEX triplet: CE, FD and CE. RGB value is (206,253,206). Sum of RGB (Red+Green+Blue) = 206+253+206=665 (88% of max value = 765). Red value is 206 (80.86% from 255 or 30.98% from 665); Green value is 253 (99.22% from 255 or 38.05% from 665); Blue value is 206 (80.86% from 255 or 30.98% from 665); Max value from RGB is 253 - color contains mainly: green. Hex color #CEFDCE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEFDCE is #310231. Grayscale: #E9E9E9. Windows color (decimal): -3211826 or 13565390. OLE color: 13565390.

HSL color Cylindrical-coordinate representation of color #CEFDCE: hue angle of 120º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CEFDCE is Cyan = 0.19, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.

Color convert

RGB 206 253 206 -
CMYK 0.19 0 0.19 0.01
HSL 120º 0.92% 0.9% -
HSV(B) 120º 0.19% 0.99% -
XYZ 71.72 87.83 71.57 -
YUV 233.59 112.43 108.32 -
System Red Green Blue C M Y K H S L
Decimal 206 253 206 0.19 0 0.19 0.01 120 0.92 0.9
Hex CE FD CE 13 0 13 1 78 5C 5A
Octal 316 375 316 23 0 23 1 170 134 132
Binary 11001110 11111101 11001110 10011 0 10011 1 1111000 1011100 1011010

Color Harmonies of #CEFDCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEFDCE

Black with #CEFDCE

Text Example


Text Example

White with #CEFDCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEFDCE; }

 p { color: rgb(206,253,206); }

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

background-color css

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

 a { background-color: rgb(206,253,206); }

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

border-color css

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

 span { border-color: rgb(206,253,206); }

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