Html Css Color HEX #CFE6B3 Reef

📋 copy color: '#CFE6B3'

red 207 ◦ green 230 ◦ blue 179

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

Shades of Reef #CFE6B3

Tints of Reef #CFE6B3

RGB

 RED value IS 207 (81.25% from 255) = 33.6%

 GREEN value IS 230 (90.23% from 255) = 37.34%

 BLUE value IS 179 (70.31% from 255) = 29.06%

R = 33.6%
G = 37.34%
B = 29.06%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.22

 K value IS 0.10

RGB Variations

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

Color information

#CFE6B3 (or 0xCFE6B3) is known color: Reef. HEX triplet: CF, E6 and B3. RGB value is (207,230,179). Sum of RGB (Red+Green+Blue) = 207+230+179=616 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.60% from 616); Green value is 230 (90.23% from 255 or 37.34% from 616); Blue value is 179 (70.31% from 255 or 29.06% from 616); Max value from RGB is 230 - color contains mainly: green. Hex color #CFE6B3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFE6B3 is #30194C. Grayscale: #D9D9D9. Windows color (decimal): -3152205 or 11790031. OLE color: 11790031.

HSL color Cylindrical-coordinate representation of color #CFE6B3: hue angle of 87.06º degrees, saturation: 0.5, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CFE6B3 is Cyan = 0.10, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.10.

Color convert

RGB 207 230 179 -
CMYK 0.10 0 0.22 0.10
HSL 87.06º 0.5% 0.8% -
HSV(B) 87.06º 0.22% 0.9% -
XYZ 62.17 73.11 53.48 -
YUV 217.31 106.38 120.65 -
System Red Green Blue C M Y K H S L
Decimal 207 230 179 0.10 0 0.22 0.10 87.06 0.5 0.8
Hex CF E6 B3 A 0 16 A 57 32 50
Octal 317 346 263 12 0 26 12 127 62 120
Binary 11001111 11100110 10110011 1010 0 10110 1010 1010111 110010 1010000

Color Harmonies of #CFE6B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFE6B3

Black with #CFE6B3

Text Example


Text Example

White with #CFE6B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFE6B3; }

 p { color: rgb(207,230,179); }

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

background-color css

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

 a { background-color: rgb(207,230,179); }

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

border-color css

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

 span { border-color: rgb(207,230,179); }

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