Html Css Color HEX #CEFAAB Reef

📋 copy color: '#CEFAAB'

red 206 ◦ green 250 ◦ blue 171

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

Shades of Reef #CEFAAB

Tints of Reef #CEFAAB

RGB

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

 GREEN value IS 250 (98.05% from 255) = 39.87%

 BLUE value IS 171 (67.19% from 255) = 27.27%

R = 32.85%
G = 39.87%
B = 27.27%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.32

 K value IS 0.02

RGB Variations

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

Color information

#CEFAAB (or 0xCEFAAB) is known color: Reef. HEX triplet: CE, FA and AB. RGB value is (206,250,171). Sum of RGB (Red+Green+Blue) = 206+250+171=627 (83% of max value = 765). Red value is 206 (80.86% from 255 or 32.85% from 627); Green value is 250 (98.05% from 255 or 39.87% from 627); Blue value is 171 (67.19% from 255 or 27.27% from 627); Max value from RGB is 250 - color contains mainly: green. Hex color #CEFAAB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEFAAB is #310554. Grayscale: #E4E4E4. Windows color (decimal): -3212629 or 11270862. OLE color: 11270862.

HSL color Cylindrical-coordinate representation of color #CEFAAB: hue angle of 93.42º degrees, saturation: 0.89, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CEFAAB is Cyan = 0.18, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.02.

Color convert

RGB 206 250 171 -
CMYK 0.18 0 0.32 0.02
HSL 93.42º 0.89% 0.83% -
HSV(B) 93.42º 0.32% 0.98% -
XYZ 66.99 84.43 51.29 -
YUV 227.84 95.92 112.42 -
System Red Green Blue C M Y K H S L
Decimal 206 250 171 0.18 0 0.32 0.02 93.42 0.89 0.83
Hex CE FA AB 12 0 20 2 5D 59 53
Octal 316 372 253 22 0 40 2 135 131 123
Binary 11001110 11111010 10101011 10010 0 100000 10 1011101 1011001 1010011

Color Harmonies of #CEFAAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEFAAB

Black with #CEFAAB

Text Example


Text Example

White with #CEFAAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEFAAB; }

 p { color: rgb(206,250,171); }

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

background-color css

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

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

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

border-color css

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

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

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