Html Css Color HEX #CCF1F0 Oyster Bay

📋 copy color: '#CCF1F0'

red 204 ◦ green 241 ◦ blue 240

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

Shades of Oyster Bay #CCF1F0

Tints of Oyster Bay #CCF1F0

RGB

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

 GREEN value IS 241 (94.53% from 255) = 35.18%

 BLUE value IS 240 (94.14% from 255) = 35.04%

R = 29.78%
G = 35.18%
B = 35.04%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.00

 K value IS 0.05

RGB Variations

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

Color information

#CCF1F0 (or 0xCCF1F0) is known color: Oyster Bay. HEX triplet: CC, F1 and F0. RGB value is (204,241,240). Sum of RGB (Red+Green+Blue) = 204+241+240=685 (90% of max value = 765). Red value is 204 (80.08% from 255 or 29.78% from 685); Green value is 241 (94.53% from 255 or 35.18% from 685); Blue value is 240 (94.14% from 255 or 35.04% from 685); Max value from RGB is 241 - color contains mainly: green. Hex color #CCF1F0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCF1F0 is #330E0F. Grayscale: #E5E5E5. Windows color (decimal): -3345936 or 15790540. OLE color: 15790540.

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

Color convert

RGB 204 241 240 -
CMYK 0.15 0 0.00 0.05
HSL 178.38º 0.57% 0.87% -
HSV(B) 178.38º 0.15% 0.95% -
XYZ 72.09 82.04 94.47 -
YUV 229.82 133.74 109.58 -
System Red Green Blue C M Y K H S L
Decimal 204 241 240 0.15 0 0.00 0.05 178.38 0.57 0.87
Hex CC F1 F0 F 0 0 5 B2 39 57
Octal 314 361 360 17 0 0 5 262 71 127
Binary 11001100 11110001 11110000 1111 0 0 101 10110010 111001 1010111

Color Harmonies of #CCF1F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF1F0

Black with #CCF1F0

Text Example


Text Example

White with #CCF1F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF1F0; }

 p { color: rgb(204,241,240); }

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

background-color css

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

 a { background-color: rgb(204,241,240); }

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

border-color css

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

 span { border-color: rgb(204,241,240); }

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