Html Css Color HEX #CCF69D Reef

📋 copy color: '#CCF69D'

red 204 ◦ green 246 ◦ blue 157

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

Shades of Reef #CCF69D

Tints of Reef #CCF69D

RGB

 RED value IS 204 (80.08% from 255) = 33.61%

 GREEN value IS 246 (96.48% from 255) = 40.53%

 BLUE value IS 157 (61.72% from 255) = 25.86%

R = 33.61%
G = 40.53%
B = 25.86%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.36

 K value IS 0.04

RGB Variations

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

Color information

#CCF69D (or 0xCCF69D) is known color: Reef. HEX triplet: CC, F6 and 9D. RGB value is (204,246,157). Sum of RGB (Red+Green+Blue) = 204+246+157=607 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.61% from 607); Green value is 246 (96.48% from 255 or 40.53% from 607); Blue value is 157 (61.72% from 255 or 25.86% from 607); Max value from RGB is 246 - color contains mainly: green. Hex color #CCF69D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCF69D is #330962. Grayscale: #DFDFDF. Windows color (decimal): -3344739 or 10352332. OLE color: 10352332.

HSL color Cylindrical-coordinate representation of color #CCF69D: hue angle of 88.31º degrees, saturation: 0.83, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CCF69D is Cyan = 0.17, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.04.

Color convert

RGB 204 246 157 -
CMYK 0.17 0 0.36 0.04
HSL 88.31º 0.83% 0.79% -
HSV(B) 88.31º 0.36% 0.96% -
XYZ 63.94 81.18 44.2 -
YUV 223.3 90.59 114.24 -
System Red Green Blue C M Y K H S L
Decimal 204 246 157 0.17 0 0.36 0.04 88.31 0.83 0.79
Hex CC F6 9D 11 0 24 4 58 53 4F
Octal 314 366 235 21 0 44 4 130 123 117
Binary 11001100 11110110 10011101 10001 0 100100 100 1011000 1010011 1001111

Color Harmonies of #CCF69D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF69D

Black with #CCF69D

Text Example


Text Example

White with #CCF69D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF69D; }

 p { color: rgb(204,246,157); }

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

background-color css

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

 a { background-color: rgb(204,246,157); }

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

border-color css

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

 span { border-color: rgb(204,246,157); }

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