Html Css Color HEX #CEF3CA Blue Romance

📋 copy color: '#CEF3CA'

red 206 ◦ green 243 ◦ blue 202

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

Shades of Blue Romance #CEF3CA

Tints of Blue Romance #CEF3CA

RGB

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

 GREEN value IS 243 (95.31% from 255) = 37.33%

 BLUE value IS 202 (79.3% from 255) = 31.03%

R = 31.64%
G = 37.33%
B = 31.03%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.17

 K value IS 0.05

RGB Variations

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

Color information

#CEF3CA (or 0xCEF3CA) is known color: Blue Romance. HEX triplet: CE, F3 and CA. RGB value is (206,243,202). Sum of RGB (Red+Green+Blue) = 206+243+202=651 (86% of max value = 765). Red value is 206 (80.86% from 255 or 31.64% from 651); Green value is 243 (95.31% from 255 or 37.33% from 651); Blue value is 202 (79.30% from 255 or 31.03% from 651); Max value from RGB is 243 - color contains mainly: green. Hex color #CEF3CA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEF3CA is #310C35. Grayscale: #E3E3E3. Windows color (decimal): -3214390 or 13300686. OLE color: 13300686.

HSL color Cylindrical-coordinate representation of color #CEF3CA: hue angle of 114.15º degrees, saturation: 0.63, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CEF3CA is Cyan = 0.15, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.05.

Color convert

RGB 206 243 202 -
CMYK 0.15 0 0.17 0.05
HSL 114.15º 0.63% 0.87% -
HSV(B) 114.15º 0.17% 0.95% -
XYZ 68.16 81.49 68.01 -
YUV 227.26 113.74 112.83 -
System Red Green Blue C M Y K H S L
Decimal 206 243 202 0.15 0 0.17 0.05 114.15 0.63 0.87
Hex CE F3 CA F 0 11 5 72 3F 57
Octal 316 363 312 17 0 21 5 162 77 127
Binary 11001110 11110011 11001010 1111 0 10001 101 1110010 111111 1010111

Color Harmonies of #CEF3CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEF3CA

Black with #CEF3CA

Text Example


Text Example

White with #CEF3CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEF3CA; }

 p { color: rgb(206,243,202); }

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

background-color css

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

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

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

border-color css

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

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

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